Class: Wukong::FlatPack::Tokens::IgnoreToken
- Inherits:
-
BasicToken
- Object
- Token
- BasicToken
- Wukong::FlatPack::Tokens::IgnoreToken
- Defined in:
- lib/wukong/model/flatpack_parser/tokens.rb
Instance Attribute Summary
Attributes inherited from BasicToken
Attributes inherited from Token
#indicator, #length, #position
Instance Method Summary collapse
-
#translate(str) ⇒ Object
ignore symbols are removed from the final output.
Methods inherited from BasicToken
Methods inherited from Token
Instance Method Details
#translate(str) ⇒ Object
ignore symbols are removed from the final output
124 125 126 |
# File 'lib/wukong/model/flatpack_parser/tokens.rb', line 124 def translate str return :ignore end |