module NewspaperWorks

Newspaper works modules

useful methods for retrieving and ordering NewspaperPage objects

Constants

GEM_PATH

module constants:

VERSION

Public Class Methods

config() { |config| ... } click to toggle source
# File lib/newspaper_works.rb, line 16
def self.config(&block)
  @config ||= NewspaperWorks::Configuration.new
  yield @config if block
  @config
end