| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
A implementation of class Method and UnboundMethod for mruby
p Enumerable.instance_method(:find_all).source_location
#=> ["mruby/mruby/mrblib/enum.rb", 148]You need to enable debug option in your build configuration to use source_location method in this gem, for example:
MRuby::Build.new do |conf|
conf.enable_debug
end| Back | FazBrowse Home | New Git URL |