Method: Psych::Nodes::Node#start_line

Defined in:
lib/psych/nodes/node.rb

#start_lineObject

The line number where this node start



21
22
23
# File 'lib/psych/nodes/node.rb', line 21

def start_line
  @start_line
end