class Object
Public Instance Methods
feedalize(*args, &block)
click to toggle source
A handy wrapper for Feedalizer.new :-)
# File lib/feedalizer.rb, line 56 def feedalize(*args, &block) Feedalizer::Feed.new(*args, &block) end