module Screenshots
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/screenshots/configuration.rb, line 19 def self.configure yield(configuration) if block_given? end