Returns:
the first line of the #line_range
if there is no associated #line_range
99 100 101
# File 'lib/yard/docstring.rb', line 99 def line line_range ? line_range.first : nil end