Skip to content

Instantly share code, notes, and snippets.

@likethesky
Created October 23, 2013 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save likethesky/7128824 to your computer and use it in GitHub Desktop.
Save likethesky/7128824 to your computer and use it in GitHub Desktop.
def __setup
@@clients ||= SUPPORTED_SERVICES.inject({}) do |memo, service_name|
memo.merge({ service_name => __client(service_name) })
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment