Class: StringIO
- Inherits:
-
Object
- Object
- StringIO
- Defined in:
- lib/alda-rb/patches.rb
Overview
Contains patches to Ruby’s core classes.
Instance Method Summary collapse
-
#to_s ⇒ Object
:call-seq: to_s() -> String.
Instance Method Details
#to_s ⇒ Object
:call-seq:
to_s() -> String
Equivalent to string
.
239 240 241 |
# File 'lib/alda-rb/patches.rb', line 239 def to_s string end |