Method: Ruby::Reflection::MethodMirror#line
- Defined in:
- lib/ruby/reflection/method_mirror.rb
#line ⇒ Object
25 26 27 |
# File 'lib/ruby/reflection/method_mirror.rb', line 25 def line source_location.last - 1 end |
25 26 27 |
# File 'lib/ruby/reflection/method_mirror.rb', line 25 def line source_location.last - 1 end |