class Fixnum

Public Instance Methods

ord() click to toggle source

Returns the int itself. This method is intended for compatibility to character constant in Ruby 1.9. 1.8.5 is missing it; add it.

# File lib/puppet/util/monkey_patches.rb, line 102
def ord
  self
end