class Aquarium::Finders::TypeFinder::TypeFinderResult

Public Instance Methods

each() { |x| ... } click to toggle source
# File lib/aquarium/finders/type_finder.rb, line 21
def each
  matched_keys.each { |x| yield x }
end