Sha256: efb541b1f2557beeb7a23db5e33387bf0b4642900a7a48ea0f6189716e7cdff1
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
# frozen_string_literal: true module Leftovers module ProcessorBuilders module KeywordArgument def self.build(pattern, then_processor) Processors::KeywordArgument.new( MatcherBuilders::NodePairKey.build( MatcherBuilders::NodeName.build(pattern) ), then_processor ) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems