Class: String

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

Instance Method Summary collapse

Instance Method Details

#ordObject



3
4
5
# File 'lib/rolling_hash.rb', line 3

def ord
  self[0]
end