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

Methods

Included Modules

ReeSourceLocation

Public Instance methods

Return the source location for a Proc (Rubinius only) @return [Array] A two element array. First element is the

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

Return the source location for a Proc (in implementations without Proc#source_location) @return [Array] A two element array. First element is the

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

[Validate]