Class: Fixnum

Inherits:
Object show all
Defined in:
lib/vendor/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.



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

def ord
  self
end