Class: Beeps::FileIn

Inherits:
Object
  • Object
show all
Defined in:
lib/beeps/processor.rb

Instance Method Summary collapse

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