Last Modified
2019-10-01 18:00:21 -0500
Requires

Description

mruby-method

A implementetion of class Method and UnboundMethod for mruby

p Enumerable.instance_method(:find_all).source_location
#=> ["mruby/mruby/mrblib/enum.rb", 148]

Note

source_location method need this configuration in build_config.rb

MRuby::Build.new do |conf|
  enable_debug
end

Supported Methods

Kernel

Module

Method class

UnboundMethod class

See also