Class: Walrus::Grammar::Comment
- Inherits:
-
Walrat::Node
- Object
- Walrat::Node
- Walrus::Grammar::Comment
- Defined in:
- lib/walrus/grammar/comment.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#compile(options = {}) ⇒ Object
28 29 30 |
# File 'lib/walrus/grammar/comment.rb', line 28 def compile = {} '# Comment:' + @lexeme.to_s + "\n" end |