class String

Public Instance Methods

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