Class: Contrek::Finder::Lists
- Inherits:
-
Object
- Object
- Contrek::Finder::Lists
- Defined in:
- lib/contrek/finder/lists.rb
Defined Under Namespace
Classes: Link
Instance Method Summary collapse
- #add_list ⇒ Object
- #get_data_pointer ⇒ Object
-
#initialize ⇒ Lists
constructor
A new instance of Lists.
Constructor Details
#initialize ⇒ Lists
Returns a new instance of Lists.
5 6 7 |
# File 'lib/contrek/finder/lists.rb', line 5 def initialize @lists = [] end |