module OfflineDeployer
Constants
- VERSION
Public Class Methods
settings()
click to toggle source
# File lib/offline_deployer.rb, line 15 def self.settings @settings ||= Settings.new end
setup(&block)
click to toggle source
# File lib/offline_deployer.rb, line 11 def self.setup(&block) block.call(settings) end