Class: SydneyAliasFile::SectionComment
- Inherits:
-
SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- SyntaxNode
- SydneyAliasFile::SectionComment
- Defined in:
- lib/sydney/sydney_alias_file/node_extensions.rb
Instance Method Summary collapse
-
#to_s ⇒ Object
Return the comment without surrounding whitespace.
Instance Method Details
#to_s ⇒ Object
Return the comment without surrounding whitespace
35 36 37 |
# File 'lib/sydney/sydney_alias_file/node_extensions.rb', line 35 def to_s content.text_value.strip end |