Class: Cl::Ui::Test
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#abort(error, *strs) ⇒ Object
47 48 49 |
# File 'lib/cl/ui.rb', line 47 def abort(error, *strs) raise error end |
#stdout ⇒ Object
43 44 45 |
# File 'lib/cl/ui.rb', line 43 def stdout @stdout ||= StringIO.new end |