module FeedNotifier

Constants

VERSION

Attributes

logger[RW]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/feed_notifier/config.rb, line 2
def self.configure
  config = Config.new 
  yield config
  config
end