Sha256: 2c350df03e027acc4fcf38034c7dcd4c82325203131b0dac8825f99bc5c6422c
Contents?: true
Size: 328 Bytes
Versions: 30
Compression:
Stored size: 328 Bytes
Contents
RSpec.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
30 entries across 30 versions & 1 rubygems