class WinewooCore::Services::Finders::Wines::NullWinesFinder

Public Instance Methods

find() click to toggle source
# File lib/winewoo_core/services/finders/wines/null_wines_finder.rb, line 4
def find
  return nil, nil, nil
end