Sha256: 471e60e5670e5980d5257c5f9557667428a670f94d38ea62421b3475f7571850
Contents?: true
Size: 322 Bytes
Versions: 35
Compression:
Stored size: 322 Bytes
Contents
shared_context 'Metasploit::Model::Search::Operator::Group::Union#children' do subject(:children) do operator.children(formatted_value) end def child(formatted_operator) operator_name = formatted_operator.to_sym children.find { |operation| operation.operator.name == operator_name } end end
Version data entries
35 entries across 35 versions & 1 rubygems