Class: Fixnum
- Inherits:
-
Object
- Object
- Fixnum
- Defined in:
- lib/rsmaz.rb
Overview
Silly hack to allow usage of String#ord in Ruby 1.9 without breaking Ruby 1.8
Instance Method Summary collapse
Instance Method Details
#ord ⇒ Object
7 |
# File 'lib/rsmaz.rb', line 7 def ord; self; end |