Top Level Namespace

Defined Under Namespace

Modules: TWSS

Instance Method Summary collapse

Instance Method Details

#TWSS(str) ⇒ Object

Shortcut for TWSS.classify(str)



29
30
31
# File 'lib/twss.rb', line 29

def TWSS(str)
  TWSS.classify(str)
end