class YARD::Parser::Ruby::Legacy::Statement
def line_range
- Since: - 0.5.4
Returns:
-
(Range- the first to last lines of Ruby source)
def line_range tokens.first.line_no..tokens.last.line_no end
(Range)
- the first to last lines of Ruby source
def line_range tokens.first.line_no..tokens.last.line_no end