module EacRubyUtils::Listable::ClassMethods

def lists

def lists
  @lists ||= ::EacRubyUtils::Listable::Lists.new(self)
end