Sha256: 86256b5526a78cbf871849a3eada1d0013b1c7a03786072750265b35721afe1b
Contents?: true
Size: 239 Bytes
Versions: 3
Compression:
Stored size: 239 Bytes
Contents
module Cucumber module LanguageSupport module HookMethods def matches_tag_names?(other_tag_names) tag_names.empty? || (tag_names.map{|tag| Ast::Tags.strip_prefix(tag)} & other_tag_names).any? end end end end
Version data entries
3 entries across 3 versions & 3 rubygems