class RRImm::Publisher
Public Instance Methods
publish(*args)
click to toggle source
will receive in order:
-
formatted item
-
raw feed
-
raw item
# File lib/rrimm/publisher.rb, line 7 def publish(*args) raise "You have to implement this method" end