module Feedigest

Constants

VERSION

Attributes

config_path[RW]

Public Class Methods

config() click to toggle source
# File lib/feedigest.rb, line 10
def self.config
  @config ||= Feedigest::Config.new(config_path)
end