Object
# File lib/heroku/kensa/screen.rb, line 27 def initialize(io) @output = io end
# File lib/heroku/kensa/screen.rb, line 31 def to_s @output.closed_read? ? '' : @output.tap{|o| o.rewind }.read end
[Validate]
Generated with the Darkfish Rdoc Generator 2.