module Picturesque

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/picturesque.rb, line 8
def self.config
  @config ||= Picturesque::Config.new
end
setup(&block) click to toggle source
# File lib/picturesque.rb, line 12
def self.setup(&block)
  block.call(config)
end