Module MethodSource::SourceLocation::UnboundMethodExtensions
In: lib/method_source/source_location.rb

Methods

Included Modules

ReeSourceLocation

Public Instance methods

JRuby version source_location hack @return [Array] A two element array containing the source location of the method

Return the source location of an instance method for Ruby 1.8. @return [Array] A two element array. First element is the

  file, second element is the line in the file where the
  method definition is found.

[Validate]