Thor
# File lib/milkman/cli.rb, line 7 def authorize(api_key, shared_secret) Authorizer.authorize api_key: api_key, shared_secret: shared_secret end