Class: Psych::Nodes::Node
- Inherits:
-
Object
- Object
- Psych::Nodes::Node
- Defined in:
- lib/psych/comments/node_ext.rb
Instance Method Summary collapse
Instance Method Details
#leading_comments ⇒ Object
4 5 6 |
# File 'lib/psych/comments/node_ext.rb', line 4 def leading_comments @leading_comments ||= [] end |
#trailing_comments ⇒ Object
8 9 10 |
# File 'lib/psych/comments/node_ext.rb', line 8 def trailing_comments @trailing_comments ||= [] end |