Class: Spellr::FileList
- Inherits:
-
Object
- Object
- Spellr::FileList
- Includes:
- Enumerable
- Defined in:
- lib/spellr/file_list.rb
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize(*patterns) ⇒ FileList
constructor
A new instance of FileList.
- #to_a ⇒ Object
Constructor Details
#initialize(*patterns) ⇒ FileList
Returns a new instance of FileList.
11 12 13 |
# File 'lib/spellr/file_list.rb', line 11 def initialize(*patterns) @patterns = patterns end |