class YARD::Parser::Ruby::AstNode
def first_line
-
(String)
- the first line of source represented by the node.
def first_line full_source.split(/\r?\n/)[line - 1].strip end
(String)
- the first line of source represented by the node.
def first_line full_source.split(/\r?\n/)[line - 1].strip end