Class: Fixnum

Inherits:
Object
  • Object
show all
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

#ordObject



7
# File 'lib/rsmaz.rb', line 7

def ord; self; end