Sha256: 380340a8c8fcfa37b532ca90eda206d9161757cab1312826c2d70f06607f5694
Contents?: true
Size: 315 Bytes
Versions: 3
Compression:
Stored size: 315 Bytes
Contents
shared_context 'Metasploit::Model::Search::Operator::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
3 entries across 3 versions & 1 rubygems