Class: Rvm2::Ui::Output::Fake::StringElements
- Inherits:
-
StringIO
- Object
- StringIO
- Rvm2::Ui::Output::Fake::StringElements
- Defined in:
- lib/plugins/rvm2/ui/output/fake.rb
Instance Method Summary collapse
-
#initialize(parent, type) ⇒ StringElements
constructor
A new instance of StringElements.
- #write(string) ⇒ Object
Constructor Details
#initialize(parent, type) ⇒ StringElements
Returns a new instance of StringElements.
20 21 22 23 24 |
# File 'lib/plugins/rvm2/ui/output/fake.rb', line 20 def initialize(parent, type) @parent = parent @type = type super("","w") end |