Method: Code::Object::Integer#inspect

Defined in:
lib/code/object/integer.rb

#inspectObject



392
393
394
# File 'lib/code/object/integer.rb', line 392

def inspect
  to_s
end