Module
Kernel
In:
lib/backports/std_lib.rb
lib/backports/1.9.2/kernel/singleton_class.rb
lib/backports/1.9.1/proc/lambda.rb
lib/backports/1.9.1/kernel/require_relative.rb
lib/backports/1.9.1/kernel/public_send.rb
lib/backports/1.9.1/kernel/public_method.rb
lib/backports/1.9.1/kernel/define_singleton_method.rb
lib/backports/1.9.1/kernel/__callee__.rb
lib/backports/1.8.7/stop_iteration.rb
lib/backports/1.8.7/method/name.rb
lib/backports/1.8.7/kernel/tap.rb
lib/backports/1.8.7/kernel/instance_exec.rb
lib/backports/1.8.7/kernel/__method__.rb
Methods
__method__
define_singleton_method
instance_exec
lambda_with_lambda_tracking
loop_with_stop_iteration
method_with_additional_info
proc_with_lambda_tracking
public_method
public_send
require_with_backports
singleton_class
tap
External Aliases
__method__
->
__callee__
Public Instance methods
__method__
()
define_singleton_method
(*args, &block)
instance_exec
(*arg, &block)
lambda_with_lambda_tracking
(&block)
loop_with_stop_iteration
(&block)
method_with_additional_info
(name)
proc_with_lambda_tracking
(&block)
public_method
(meth)
public_send
(method, *args, &block)
require_with_backports
(lib)
singleton_class
()
tap
() {|self| ...}
[Validate]