class Configurethis::ConfigurethisProperties

Public Class Methods

root_path() click to toggle source
# File lib/configurethis/configurethis_properties.rb, line 8
def root_path
  @@root_path ||= ''
end
root_path=(path) click to toggle source
# File lib/configurethis/configurethis_properties.rb, line 4
def root_path=(path)
  @@root_path = path
end
use_defaults() click to toggle source
# File lib/configurethis/configurethis_properties.rb, line 12
def use_defaults
  @@root_path = nil
end