class UnderOs::Config

Application config proxy

Public Class Methods

new(app) click to toggle source
# File lib/under_os/config.rb, line 6
def initialize(app)
  @app = app
end