Module BindingOfCaller::BindingExtensions
In: lib/binding_of_caller/jruby_interpreted.rb
lib/binding_of_caller/mri2.rb
lib/binding_of_caller/rubinius.rb

Methods

Public Instance methods

Return bindings for all caller frames. @return [Array<Binding>]

Return bindings for all caller frames. @return [Array<Binding>]

Number of parent frames available at the point of call. @return [Fixnum]

Number of parent frames available at the point of call. @return [Fixnum]

The description of the frame. @return [String]

The description of the frame. @return [String]

The type of the frame. @return [Symbol]

The type of the frame. @return [Symbol]

Retrieve the binding of the nth caller of the current frame. @return [Binding]

Retrieve the binding of the nth caller of the current frame. @return [Binding]

Protected Instance methods

[Validate]