sebasoga/giphy

View on GitHub
lib/giphy.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "uri"

current_path = File.expand_path("../", __FILE__)
Dir["#{current_path}/**/*.rb"].each { |file| require file }

module Giphy
  extend Giphy::Search
end