class Refuge::Native::Impl
Public Instance Methods
config_paths()
click to toggle source
# File lib/refuge/native/linux.rb, line 22 def config_paths [ '/etc/conf.d/refuge', # Global configuration '~/.refuge_conf', # Per-user configuration '.refuge/conf' # Local configuration ] end
fetch( path )
click to toggle source
# File lib/refuge/native/linux.rb, line 30 def fetch ( path ) status = `wget #{ path }` end