Exception: IntegerObfuscator::RangeError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/integer_obfuscator.rb

Instance Method Summary collapse

Constructor Details

#initialize(i) ⇒ RangeError

Returns a new instance of RangeError.



9
10
11
# File 'lib/integer_obfuscator.rb', line 9

def initialize(i)
  super("#{i.inspect} is not a 32-bit integer")
end