Class: Psych::Nodes::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/psych/comments/node_ext.rb

Instance Method Summary collapse

Instance Method Details

#leading_commentsObject



4
5
6
# File 'lib/psych/comments/node_ext.rb', line 4

def leading_comments
  @leading_comments ||= []
end

#trailing_commentsObject



8
9
10
# File 'lib/psych/comments/node_ext.rb', line 8

def trailing_comments
  @trailing_comments ||= []
end