class Psych::Nodes::Node
Public Instance Methods
Source
# File lib/psych/comments/node_ext.rb, line 4 def leading_comments @leading_comments ||= [] end
Source
# File lib/psych/comments/node_ext.rb, line 8 def trailing_comments @trailing_comments ||= [] end