Class: String

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

Instance Method Summary collapse

Instance Method Details

#ordObject



96
97
98
# File 'lib/briar.rb', line 96

def ord
  self[0]
end