Skip to content

Commit

Permalink
Refactor rename method param to signal it is unused (style).
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Aug 5, 2014
1 parent 74510e5 commit 6008a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/emeril/metadata_chopper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def initialize(metadata_file)
end
end

def method_missing(meth, *args, &block)
def method_missing(meth, *args, &_block)
self[meth] = args.first
end
end
Expand Down

0 comments on commit 6008a57

Please sign in to comment.