Method: MList::Manager#lists

Defined in:
lib/mlist/manager.rb

#lists(email) ⇒ Object

Answers an enumeration of MList::List implementations to which the given email should be published.



16
17
18
# File 'lib/mlist/manager.rb', line 16

def lists(email)
  raise 'implement in your list manager'
end