class Rspec::Core::Configuration

def puts(msg="")

def puts(msg="")
  output.puts(msg)    
end