Method: Integer#to_code

Defined in:
lib/code-ruby.rb

#to_codeObject



108
109
110
# File 'lib/code-ruby.rb', line 108

def to_code
  Code::Object::Integer.new(self)
end