Top Level Namespace

Defined Under Namespace

Modules: Textoken

Instance Method Summary collapse

Instance Method Details

#Textoken(text, options = nil) ⇒ Object

A shortcut to initialize gem Textoken(‘I had rather be first in a village than second at Rome.’)



46
47
48
# File 'lib/textoken.rb', line 46

def Textoken(text, options = nil)
  Textoken::Base.new(text, options)
end