module Ezrss
Constants
- VERSION
Public Class Methods
search( shows, opts = {} )
click to toggle source
# File lib/ezrss.rb, line 5 def self.search( shows, opts = {} ) Ezrss::Search.new(shows, opts).results end