Class: Beeps::FileIn

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

Instance Method Summary collapse

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