class Swee::Config::BaseConfig
Public Instance Methods
[](key)
click to toggle source
# File lib/swee/config.rb, line 8 def [](key) send(key) end
absolutely_app_path(_file)
click to toggle source
# File lib/swee/config.rb, line 4 def absolutely_app_path _file _file.start_with?("/") ? _file : File.expand_path(_file,ENV["app_path"]) end