Skip to content

Commit

Permalink
Expand args for __send__ at ApiCategory#send
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Veleba committed Jul 10, 2015
1 parent be224d5 commit f395495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gibbon/api_category.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def send(*args)
if ((args.length > 0) && args[0].is_a?(Hash))
method_missing(:send, args[0])
else
__send__(args)
__send__(*args)
end
end

Expand Down

0 comments on commit f395495

Please sign in to comment.