class Cl::Ui::Test
Public Instance Methods
abort(error, *strs)
click to toggle source
# File lib/cl/ui.rb, line 47 def abort(error, *strs) raise error end
stdout()
click to toggle source
# File lib/cl/ui.rb, line 43 def stdout @stdout ||= StringIO.new end