diff options
Diffstat (limited to 'mrbgems/mruby-method')
| -rw-r--r-- | mrbgems/mruby-method/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mrbgems/mruby-method/README.md b/mrbgems/mruby-method/README.md index 5076bfbb2..21ef0a936 100644 --- a/mrbgems/mruby-method/README.md +++ b/mrbgems/mruby-method/README.md @@ -10,7 +10,8 @@ p Enumerable.instance_method(:find_all).source_location # Note -`source_location` method need this configuration in build_config.rb +You need to enable debug option in your build configuration to use +`source_location` method in this gem, for example: ```ruby MRuby::Build.new do |conf| |
