class RBS::Test::SetupHelper::InvalidSampleSizeError
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/test/setup_helper.rb, line 9 def initialize(string) @string = string super("Sample size should be a positive integer: `#{string}`") end
Calls superclass method
Exception::new