module Abb::Interface

Public Instance Methods

abb() click to toggle source
# File lib/abb/interface.rb, line 10
def abb
  Abb.abb(to_str)
end
abbreviation() click to toggle source
# File lib/abb/interface.rb, line 6
def abbreviation
  Abb.abbreviation(to_str)
end
fold() click to toggle source
# File lib/abb/interface.rb, line 14
def fold
  Abb.fold(to_str)
end