Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/rawline.rb
Overview
Adding Fixnum#ord for Ruby 1.8.6
Instance Method Summary collapse
Instance Method Details
#ord ⇒ Object
38 |
# File 'lib/rawline.rb', line 38 def ord; self; end |