From 33742d941ff3e8e361c6d3a36071765b686cb94c Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Oct 2020 11:32:46 +0900 Subject: 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. --- mrbgems/mruby-method/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mrbgems/mruby-method/README.md') 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| -- cgit v1.2.3