Method: Wordstats#initialize
- Defined in:
- lib/wordstats.rb
#initialize ⇒ Wordstats
Your code goes here…
6 7 8 |
# File 'lib/wordstats.rb', line 6 def initialize @tagger = EngTagger.new end |
Your code goes here…
6 7 8 |
# File 'lib/wordstats.rb', line 6 def initialize @tagger = EngTagger.new end |