module DoraWebUpgrader

Constants

VERSION

Attributes

config[R]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/dora_web_upgrader.rb, line 13
def configure
  @config = Configuration.new
  yield config
end