The assistant technical director of your website. It does the dirty work so you can see the big picture.
Creates a new ATD App based on the template of {ATD::App}. @return [ATD::App] @param [Symbol] name The name of the new app and new class generated.
ATD
App
# File lib/atd.rb, line 18 def new(name) app = Class.new(App) Object.const_set(name.to_sym, app) app end