Class: Filament::PackageList

Inherits:
LazyList show all
Defined in:
lib/filament/package.rb

Instance Attribute Summary

Attributes inherited from LazyList

#resolver

Instance Method Summary collapse

Methods inherited from LazyList

#collect, #each, #empty?, #entry_resolved?, #include, #length, #resolve, #resolve_entry, #to_a

Constructor Details

#initialize(*args) ⇒ PackageList

Returns a new instance of PackageList.



14
15
16
17
# File 'lib/filament/package.rb', line 14

def initialize(*args)
  @resolver = $context[:package_resolver]
  super(*args)
end