Class: Aquarium::Finders::TypeFinder::TypeFinderResult
- Inherits:
-
FinderResult
- Object
- FinderResult
- Aquarium::Finders::TypeFinder::TypeFinderResult
- Includes:
- Enumerable
- Defined in:
- lib/aquarium/finders/type_finder.rb
Constant Summary
Constants inherited from FinderResult
Instance Attribute Summary
Attributes inherited from FinderResult
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
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
#each ⇒ Object
21 22 23 |
# File 'lib/aquarium/finders/type_finder.rb', line 21 def each matched_keys.each { |x| yield x } end |