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



16
17
18
# File 'lib/rake/extensions.rb', line 16

def recentResult
  @history.buffer
end

#resultObject



12
13
14
# File 'lib/rake/extensions.rb', line 12

def result
  @output_buffer.string
end