module Screengem

Constants

ScreengemError
VERSION

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source

Expose the configuration to users of the Screengem gem.

# File lib/screengem/configuration.rb, line 9
def self.configure
  self.configuration ||= Screengem::Configuration.new

  yield(configuration)
end