Top Level Namespace

Defined Under Namespace

Modules: Cockpit

Instance Method Summary collapse

Instance Method Details

#Cockpit(*args, &block) ⇒ Object



15
16
17
# File 'lib/cockpit.rb', line 15

def Cockpit(*args, &block)
  Settings(*args, &block)
end

#Settings(*args, &block) ⇒ Object



11
12
13
# File 'lib/cockpit.rb', line 11

def Settings(*args, &block)
  Cockpit::Settings.define!(*args, &block)
end