# File lib/safemode/scope.rb, line 25
    def print(*args)      
      @_safemode_output += args.to_s
    end