class ChefSpec::Stubs::Stub

def result

def result
  if @block
    recursively_mashify(@block.call)
  else
    recursively_mashify(@value)
  end
end