class RBS::Test::SetupHelper::InvalidSampleSizeError

Attributes

string[R]

Public Class Methods

new(string) click to toggle source
Calls superclass method
# File lib/rbs/test/setup_helper.rb, line 7
def initialize(string)
  @string = string
  super("Sample size should be a positive integer: `#{string}`")
end