Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/fixnum.rb
Instance Method Summary collapse
Instance Method Details
#to_sym ⇒ Object
2 3 4 |
# File 'lib/fixnum.rb', line 2 def to_sym to_s.to_sym end |