diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 11:32:46 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-29 11:49:05 +0900 |
| commit | 33742d941ff3e8e361c6d3a36071765b686cb94c (patch) | |
| tree | 559479c20b7efe532c4712090446b38de4f63dc4 /mrbgems/mruby-method/README.md | |
| parent | c1ad4c42616943c25a2f9a17626e820aea6a31b7 (diff) | |
| download | mruby-33742d941ff3e8e361c6d3a36071765b686cb94c.tar.gz mruby-33742d941ff3e8e361c6d3a36071765b686cb94c.zip | |
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
In addition, update the documents referring `build_config.rb` which is
no longer used. The new `build_config.rb` describes the new configuration
structure in the comment.
Diffstat (limited to 'mrbgems/mruby-method/README.md')
| -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| |
