module Dokkustrano

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/dokkustrano.rb, line 11
def self.configuration
  @configuration
end
configure() { |configuration| ... } click to toggle source
# File lib/dokkustrano.rb, line 5
def self.configure
  @configuration ||= Configuration.new

  yield @configuration if block_given?
end