Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/archive/support/integer.rb

Instance Method Summary collapse

Instance Method Details

#ordObject

Returns the int itself.

This method is defined here only if not already defined elsewhere, such as versions of Ruby prior to 1.8.7.



9
10
11
# File 'lib/archive/support/integer.rb', line 9

def ord
  self
end