Module: TWSS
- Extended by:
- Forwardable
- Defined in:
- lib/twss/trainer.rb,
lib/twss.rb,
lib/twss/engine.rb
Overview
require ‘twitter’
Defined Under Namespace
Constant Summary collapse
- Version =
'0.0.2'
Class Method Summary collapse
Class Method Details
.classify(str) ⇒ Object
16 17 18 |
# File 'lib/twss.rb', line 16 def classify(str) engine.classify(str) end |
.engine ⇒ Object
20 21 22 |
# File 'lib/twss.rb', line 20 def engine @engine ||= TWSS::Engine.new end |