Class: Integer

Inherits:
Object show all
Defined in:
lib/rubyhacks.rb

Instance Method Summary collapse

Instance Method Details

#to_symObject



913
914
915
# File 'lib/rubyhacks.rb', line 913

def to_sym
	to_s.to_sym
end