Class: Beeps::FileIn
- Inherits:
-
Object
- Object
- Beeps::FileIn
- Defined in:
- lib/beeps/processor.rb
Instance Method Summary collapse
-
#initialize(path = nil, **kwargs, &block) ⇒ FileIn
constructor
A new instance of FileIn.
Constructor Details
#initialize(path = nil, **kwargs, &block) ⇒ FileIn
87 88 89 90 |
# File 'lib/beeps/processor.rb', line 87 def initialize(path = nil, **kwargs, &block) super(**kwargs, &block) self.path = path if path end |