diff options
author | Samer Abdel-Hafez <sam@arahant.net> | 2013-10-25 15:00:13 -0700 |
---|---|---|
committer | Samer Abdel-Hafez <sam@arahant.net> | 2013-10-25 15:00:13 -0700 |
commit | 056ecb1a94d24085497d1baa304645390052e50b (patch) | |
tree | 96764af0bcc7980c66779f7ef42e832df88982d5 /extra | |
parent | feba4c2b9e0faeb40cad32f16d7b024a2d4327ae (diff) | |
parent | 4455a5b91accda5da7c1b8128cb045c7eb7bb5da (diff) |
Merge pull request #1 from ytti/master
update local branch
Diffstat (limited to 'extra')
-rw-r--r-- | extra/rest_client.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/rest_client.rb b/extra/rest_client.rb index 88daeae..19f2439 100644 --- a/extra/rest_client.rb +++ b/extra/rest_client.rb @@ -6,9 +6,9 @@ module Oxidized PORT = 8888 class << self - def next node, opt={}, host=HOST, port=PORT + def next opt={}, host=HOST, port=PORT web = new host, port - web.next node, opt + web.next opt end end |