Class: Integer
- Inherits:
- 
      Object
      
        - Object
- Integer
 
- Defined in:
- lib/archive/support/integer.rb
Instance Method Summary collapse
- 
  
    
      #ord  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Returns the int itself. 
Instance Method Details
#ord ⇒ Object
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 |