31 32 33 34 35
# File 'lib/igdb.rb', line 31 def self.connect(api_key) Igdb::Configuration::Api.instance.tap do |api| api.connect(api_key) end end