aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-09-21 07:53:29 +0200
committerMarkus Reiter2016-09-23 15:30:06 +0200
commit3540c94df6ff6d1e6d7baadde74e1d27ad066c6b (patch)
tree5ce29c8883837c88f95e7d2e9bd832853f503b97 /Library
parentb97b0bac6c5904e369778245f2c7074d9c4810ea (diff)
downloadbrew-3540c94df6ff6d1e6d7baadde74e1d27ad066c6b.tar.bz2
Add `define_method` and `define_singleton_method`.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cask/.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/.rubocop.yml b/Library/Homebrew/cask/.rubocop.yml
index 1f473e07b..08696fdb8 100644
--- a/Library/Homebrew/cask/.rubocop.yml
+++ b/Library/Homebrew/cask/.rubocop.yml
@@ -67,6 +67,8 @@ Style/BlockDelimiters:
- chdir
- context
- create
+ - define_method
+ - define_singleton_method
- each_with_object
- fork
- measure