class Integer

Public Instance Methods

to_sym() click to toggle source
# File lib/rubyhacks.rb, line 913
def to_sym
        to_s.to_sym
end