module SimpleDragonflyPreview
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/simple_dragonfly_preview/config.rb, line 6 def self.configure self.configuration ||= Configuration.new yield(configuration) end