A implementetion of class Method and UnboundMethod for mruby
p Enumerable.instance_method(:find_all).source_location
#=> ["mruby/mruby/mrblib/enum.rb", 148]in build_config.rb
MRuby::Build.new do |conf|
enable_debug
conf.gem :mgem => "mruby-method"
# or
conf.gem :github => "ksss/mruby-method"
endsource_location method need this configuration in build_config.rb
MRuby::Build.new do |conf|
enable_debug
endKernel#methodKernel#singleton_method
Module#instance_method
Method#nameMethod#callMethod#super_methodMethod#arityMethod#unbindMethod#[]Method#ownerMethod#receiverMethod#parametersMethod#source_locationMethod#to_proc
UnboundMethod#nameUnboundMethod#bindUnboundMethod#super_methodUnboundMethod#arityUnboundMethod#ownerUnboundMethod#parametersUnboundMethod#source_location
