Class: Fixnum

Inherits:
Object show all
Defined in:
lib/puppet/util/monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#ordObject

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.



96
97
98
# File 'lib/puppet/util/monkey_patches.rb', line 96

def ord
  self
end