module FeedieTheFeed

This is the main namespace of the gem

Constants

VERSION

Current version of the gem

Public Class Methods

get(url, options = {}) click to toggle source

{FeedGrabber#get}

# File lib/feedie_the_feed.rb, line 6
def self.get(url, options = {})
  FeedGrabber.new.get(url, options)
end