Class: Raingrams::Tokens::StartSentence

Inherits:
Token show all
Defined in:
lib/raingrams/tokens/start_sentence.rb

Instance Attribute Summary

Attributes inherited from Token

#gram

Instance Method Summary collapse

Methods inherited from Token

#*, #eql?, #inspect, #to_gram, #to_s, #to_sym

Constructor Details

#initializeStartSentence

Returns a new instance of StartSentence.



7
8
9
# File 'lib/raingrams/tokens/start_sentence.rb', line 7

def initialize
  super('<s>')
end