# File lib/gherkin/native/therubyracer.rb, line 28
      def STDOUT.log(*a)
        puts sprintf(*a.map(&:to_s))
      end