# File lib/safemode/scope.rb, line 21
    def puts(*args)
      print args.to_s + "\n"
    end