Class: CodeBlock
- Inherits:
-
BlockToken
- Object
- BlockToken
- CodeBlock
- Defined in:
- lib/rosetta/tokens/code_block.rb
Overview
Handles logic for Code Block tokens
Instance Attribute Summary
Attributes inherited from BlockToken
Instance Method Summary collapse
Methods inherited from BlockToken
#accept, #initialize, #node_representation, #to_s, #value
Constructor Details
This class inherits a constructor from BlockToken
Instance Method Details
#type ⇒ Object
7 8 9 |
# File 'lib/rosetta/tokens/code_block.rb', line 7 def type :CODE_BLOCK end |