module Servitude::ConfigHelper

Public Instance Methods

config() click to toggle source
# File lib/servitude/config_helper.rb, line 4
def config
  host_namespace.configuration
end
host_namespace() click to toggle source
# File lib/servitude/config_helper.rb, line 8
def host_namespace
  raise NotImplementedError
end