Class: Provider::File::Array
Instance Attribute Summary collapse
-
#files ⇒ Object
Returns the value of attribute files.
Attributes inherited from Base
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize(files) ⇒ Array
constructor
A new instance of Array.
Methods inherited from Base
Constructor Details
#initialize(files) ⇒ Array
Returns a new instance of Array.
93 94 95 96 |
# File 'lib/providers.rb', line 93 def initialize(files) super nil @files = files end |
Instance Attribute Details
#files ⇒ Object
Returns the value of attribute files.
91 92 93 |
# File 'lib/providers.rb', line 91 def files @files end |