Method: Ruby::Reflection::MethodMirror#line

Defined in:
lib/ruby/reflection/method_mirror.rb

#lineObject



25
26
27
# File 'lib/ruby/reflection/method_mirror.rb', line 25

def line
  source_location.last - 1
end