Class: Beeps::TextIn

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

Instance Method Summary collapse

Constructor Details

#initialize(text = nil, **kwargs, &block) ⇒ TextIn

Returns a new instance of TextIn.



99
100
101
102
# File 'lib/beeps/processor.rb', line 99

def initialize(text = nil, **kwargs, &block)
  super(**kwargs, &block)
  synthesize text if text
end