Class: Ellen::Adapters::Shell
Constant Summary collapse
- PROMPT =
"> "- SOURCE =
"shell"- USAGE =
"Type `exit` or `quit` to end the session."
Instance Attribute Summary collapse
-
#stopped ⇒ Object
Returns the value of attribute stopped.
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Methods included from Env::Validatable
Constructor Details
This class inherits a constructor from Ellen::Adapters::Base
Instance Attribute Details
#stopped ⇒ Object
Returns the value of attribute stopped.
12 13 14 |
# File 'lib/ellen/adapters/shell.rb', line 12 def stopped @stopped end |