Class: Greenletters::Process

Inherits:
Object
  • Object
show all
Defined in:
lib/rake/extensions.rb

Overview

We need to add the Greenletters::Process#result method to return the contents of the output_buffer…

Instance Method Summary collapse

Instance Method Details

#recentResultObject



62
63
64
# File 'lib/rake/extensions.rb', line 62

def recentResult
  @history.buffer
end

#resultObject



58
59
60
# File 'lib/rake/extensions.rb', line 58

def result
  @output_buffer.string
end