Module: MethodSource::SourceLocation::UnboundMethodExtensions
- Includes:
- ReeSourceLocation
- Included in:
- UnboundMethod
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/method_source-1.0.0/lib/method_source/source_location.rb
Instance Method Summary collapse
-
#source_location ⇒ Array
Return the source location of an instance method for Ruby 1.8.
Instance Method Details
#source_location ⇒ Array
Return the source location of an instance method for Ruby 1.8.
90 91 92 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/method_source-1.0.0/lib/method_source/source_location.rb', line 90 def source_location to_java.source_location(Thread.current.to_java.getContext()) end |