Module: Emmy
- Extended by:
- EmmyMachine::ClassMethods
- Includes:
- EventObject, Fibre::Synchrony
- Defined in:
- lib/emmy.rb,
lib/emmy/http.rb,
lib/emmy/runner.rb,
lib/emmy/backend.rb,
lib/emmy/version.rb,
lib/emmy/rack/async.rb
Defined Under Namespace
Modules: Backend, Rack
Classes: Http, Runner
Constant Summary
collapse
- VERSION =
"0.4"
Class Method Summary
collapse
Class Method Details
.env ⇒ Object
22
23
24
|
# File 'lib/emmy.rb', line 22
def env
env.config.environment
end
|
.runner ⇒ Object
26
27
28
|
# File 'lib/emmy.rb', line 26
def runner
Emmy::Runner.instance
end
|