class YARD::Parser::Ruby::AstNode

def line

Returns:
  • (Fixnum) - the starting line number of the node
def line
  line_range && line_range.first
end