module OneOff
Constants
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/one_off.rb, line 9 def configuration @configuration ||= OneOff::Configuration.new end
Also aliased as: config
configure() { |configuration| ... }
click to toggle source
# File lib/one_off.rb, line 15 def configure yield configuration end