Class: StringIO

Inherits:
Object
  • Object
show all
Defined in:
lib/alda-rb/patches.rb

Overview

Contains patches to Ruby’s core classes.

Instance Method Summary collapse

Instance Method Details

#to_sObject

:call-seq:

to_s() -> String

Equivalent to string.



239
240
241
# File 'lib/alda-rb/patches.rb', line 239

def to_s
	string
end