summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-25 21:41:28 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-25 21:42:10 +0900
commitfba7874a680ef686ae1d3915dbadbe7a3a26b8b7 (patch)
treeaf6c6a5dd2ca7bfbf496099bd81ffd9051c6c94d /mrbgems
parent6e17122c6d27c7b87f98d4937cfbb51ec1b3b521 (diff)
downloadmruby-fba7874a680ef686ae1d3915dbadbe7a3a26b8b7.tar.gz
mruby-fba7874a680ef686ae1d3915dbadbe7a3a26b8b7.zip
Replace mere `enable_debug` by clearer `conf.enable_debug` [ci skip]
Diffstat (limited to 'mrbgems')
-rw-r--r--mrbgems/mruby-method/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-method/README.md b/mrbgems/mruby-method/README.md
index 21ef0a936..89f90bed8 100644
--- a/mrbgems/mruby-method/README.md
+++ b/mrbgems/mruby-method/README.md
@@ -15,7 +15,7 @@ You need to enable debug option in your build configuration to use
```ruby
MRuby::Build.new do |conf|
- enable_debug
+ conf.enable_debug
end
```