class RBS::Test::SetupHelper::InvalidSampleSizeError

def initialize(string)

def initialize(string)
  @string = string
  super("Sample size should be a positive integer: `#{string}`")
end