class String

Public Instance Methods

ord() click to toggle source
# File lib/rolling_hash.rb, line 3
def ord
  self[0]
end