Class: Aquarium::Finders::TypeFinder::TypeFinderResult

Inherits:
FinderResult show all
Includes:
Enumerable
Defined in:
lib/aquarium/finders/type_finder.rb

Constant Summary

Constants inherited from FinderResult

FinderResult::NIL_OBJECT

Instance Attribute Summary

Attributes inherited from FinderResult

#matched, #not_matched

Instance Method Summary collapse

Methods inherited from FinderResult

#<<, #and, #append_matched, #append_not_matched, #empty?, #eql?, #initialize, #inspect, #matched_keys, #minus, #not_matched_keys, #or

Methods included from Utils::SetUtils

#make_set, #strip_set_nils, strip_set_nils

Methods included from Utils::HashUtils

#make_hash, #strip_nil_keys

Methods included from Utils::ArrayUtils

#make_array, make_array, #strip_array_nils, strip_array_nils

Constructor Details

This class inherits a constructor from Aquarium::Finders::FinderResult

Instance Method Details

#eachObject



21
22
23
# File 'lib/aquarium/finders/type_finder.rb', line 21

def each
  matched_keys.each { |x| yield x }
end