lib/fastly.rb in fastly-1.2.1 vs lib/fastly.rb in fastly-1.2.2

- old
+ new

@@ -71,16 +71,9 @@ def current_user fail FullAuthRequired unless fully_authed? @current_user ||= get(User) end - # Return a hash representing all commands available. - # - # Useful for information. - def commands - client.get('/commands') - end - # Purge the specified path from your cache. def purge(path) client.post("/purge/#{path}") end