module MethodSource::SourceLocation::UnboundMethodExtensions
Public Instance Methods
Source
# File lib/method_source/source_location.rb, line 90 def source_location to_java.source_location(Thread.current.to_java.getContext()) end
JRuby version source_location
hack @return [Array] A two element array containing the source location of the method