kkirsche/rotten_tomatoes

View on GitHub
lib/rotten_tomatoes.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rotten_tomatoes/version'
require 'rotten_tomatoes/client'

# RottenTomatoes module contains code used to interact with the v1.0 JSON
# API provided by Rotten Tomatoes.
module RottenTomatoes
end