Module: JstdRunner
- Defined in:
- lib/jstd-runner.rb,
lib/jstd-runner/cli.rb,
lib/jstd-runner/runner.rb,
lib/jstd-runner/server.rb,
lib/jstd-runner/browser.rb,
lib/jstd-runner/version.rb,
lib/jstd-runner/monitorable.rb,
lib/jstd-runner/vnc_control.rb
Defined Under Namespace
Modules: Monitorable Classes: Browser, CLI, Runner, Server, VncControl
Constant Summary collapse
- Log =
Logger.new(STDOUT)
- VERSION =
"0.0.9"
Class Attribute Summary collapse
-
.shutting_down ⇒ Object
Returns the value of attribute shutting_down.
Class Attribute Details
.shutting_down ⇒ Object
Returns the value of attribute shutting_down.
10 11 12 |
# File 'lib/jstd-runner.rb', line 10 def shutting_down @shutting_down end |