Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/rtfm.rb

Instance Method Summary collapse

Instance Method Details

#ordObject



6
7
8
# File 'lib/rtfm.rb', line 6

def ord
  self[0]
end