Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#to_symObject



2
3
4
# File 'lib/fixnum.rb', line 2

def to_sym
  to_s.to_sym
end