Module: Clamshell
- Defined in:
- lib/clamshell.rb,
lib/clamshell/cli.rb,
lib/clamshell/dsl.rb,
lib/clamshell/version.rb,
lib/clamshell/environment.rb
Defined Under Namespace
Classes: BashAdapter, CLI, Dsl, DslError, Environment, SafeExit, TcshAdapter
Constant Summary collapse
- VERSION =
"0.2"
Class Attribute Summary collapse
Class Attribute Details
.settings ⇒ Object
15 16 17 |
# File 'lib/clamshell.rb', line 15 def settings @settings ||= {} end |