Method: Text#initialize
- Defined in:
- lib/selecta.rb
#initialize(components) ⇒ Text
Returns a new instance of Text.
665 666 667 |
# File 'lib/selecta.rb', line 665 def initialize(components) @components = components end |
Returns a new instance of Text.
665 666 667 |
# File 'lib/selecta.rb', line 665 def initialize(components) @components = components end |