Top Level Namespace

Defined Under Namespace

Modules: Hyperdrive

Instance Method Summary collapse

Instance Method Details

#hyperdrive(&block) ⇒ Object



71
72
73
74
# File 'lib/hyperdrive/dsl.rb', line 71

def hyperdrive(&block)
  Hyperdrive::DSL.instance.instance_eval(&block) if block_given?
  Hyperdrive::DSL.instance
end

#rackObject

stdlib



6
# File 'lib/hyperdrive.rb', line 6

require 'rack'