class RSpec::Matchers::BuiltIn::Output

def captured?

def captured?
  @actual.length > 0
end