Exception: Ask::Tool::Halt
- Inherits:
-
StandardError
- Object
- StandardError
- Ask::Tool::Halt
- Defined in:
- lib/ask/tools/tool.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ Halt
constructor
A new instance of Halt.
Constructor Details
#initialize(content) ⇒ Halt
Returns a new instance of Halt.
9 10 11 12 |
# File 'lib/ask/tools/tool.rb', line 9 def initialize(content) @content = content super(content.to_s) end |
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content.
8 9 10 |
# File 'lib/ask/tools/tool.rb', line 8 def content @content end |