Classes: Client, Url
2 3 4
# File 'lib/yourls/yourls.rb', line 2 def self.new(host, api_key, options = {}) Yourls::Client.new(host, api_key, options) end