class YARD::Parser::Ruby::Legacy::Statement

def line

Returns:
  • (Fixnum) - the first line of Ruby source
def line
  tokens.first.line_no
end