Module: MethodSource::SourceLocation::MethodExtensions
Instance Method Summary collapse
Instance Method Details
#source_location ⇒ Object
20 21 22 |
# File 'lib/method_source/source_location.rb', line 20 def source_location to_java.source_location(Thread.current.to_java.getContext()) end |