# File lib/gherkin/formatter/json_formatter.rb, line 30
      def feature(feature)
        @feature_hash = feature.to_hash
        @feature_hash['uri'] = @uri
        @feature_hashes << @feature_hash
      end