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