class Greenletters::Process

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

Public Instance Methods

recentResult() click to toggle source
# File lib/rake/extensions.rb, line 62
def recentResult
  @history.buffer
end
result() click to toggle source
# File lib/rake/extensions.rb, line 58
def result
  @output_buffer.string
end