Skip to content

Commit

Permalink
Merge pull request amro#123 from dantethegrey/master
Browse files Browse the repository at this point in the history
Expand args for __send__ at ApiCategory#send
  • Loading branch information
amro committed Jul 16, 2015
2 parents ad02cd1 + f395495 commit bb294c9
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 bb294c9

Please sign in to comment.