Method: YARD::Docstring#line_range
- Defined in:
- lib/yard/docstring.rb
permalink #line_range ⇒ Range
Returns line range in the #object‘s file where the docstring was parsed from.
23 24 25 |
# File 'lib/yard/docstring.rb', line 23 def line_range @line_range end |