module RorVsWild::Deployment
def self.load_config(config)
def self.load_config(config) read if hash = config[:deployment] @description = hash[:description] @revision = hash[:revision] @author = hash[:author] @email = hash[:email] end end
def self.load_config(config) read if hash = config[:deployment] @description = hash[:description] @revision = hash[:revision] @author = hash[:author] @email = hash[:email] end end