class LetsencryptWebfaction::Application::Run::CustomConfigPath

Public Class Methods

new(path) click to toggle source
# File lib/letsencrypt_webfaction/application/run.rb, line 65
def initialize(path)
  @path = Pathname.new(path)
end

Private Instance Methods

print_error() click to toggle source