aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend/module.rb')
-rw-r--r--Library/Homebrew/extend/module.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/module.rb b/Library/Homebrew/extend/module.rb
index 045508fd1..f4ea4de55 100644
--- a/Library/Homebrew/extend/module.rb
+++ b/Library/Homebrew/extend/module.rb
@@ -1,6 +1,6 @@
class Module
def attr_rw(*attrs)
- file, line, _ = caller.first.split(":")
+ file, line, = caller.first.split(":")
line = line.to_i
attrs.each do |attr|