class Integer
Public Instance Methods
ord()
click to toggle source
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.
# File lib/archive/support/integer.rb, line 9 def ord self end