Class: Filament::PackageList
- Defined in:
- lib/filament/package.rb
Instance Attribute Summary
Attributes inherited from LazyList
Instance Method Summary collapse
-
#initialize(*args) ⇒ PackageList
constructor
A new instance of PackageList.
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 |