Class: Beeps::TextIn
- Inherits:
-
Object
- Object
- Beeps::TextIn
- Defined in:
- lib/beeps/processor.rb
Instance Method Summary collapse
-
#initialize(text = nil, **kwargs, &block) ⇒ TextIn
constructor
A new instance of TextIn.
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 |