Module: Ejs::Grammar::Comment1
- Defined in:
- lib/ejs/grammar.rb
Instance Method Summary collapse
Instance Method Details
#node_type ⇒ Object
134 135 136 |
# File 'lib/ejs/grammar.rb', line 134 def node_type "comment" end |
#text_value ⇒ Object
138 139 140 |
# File 'lib/ejs/grammar.rb', line 138 def text_value script_content.text_value end |