Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#ordObject



16
17
18
# File 'lib/ruby_parser_extras.rb', line 16

def ord
  self # I hate ruby 1.9 string changes
end