class Object
Constants
- IntClass
Public Instance Methods
Textoken(text, options = nil)
click to toggle source
A shortcut to initialize gem Textoken('I had rather be first in a village than second at Rome.')
# File lib/textoken.rb, line 47 def Textoken(text, options = nil) Textoken::Base.new(text, options) end