Libraries
»
clio
(0.3.0)
»
Index
»
Clio
»
Buffer
»
#string
Method: Clio::Buffer#string
Defined in:
lib/clio/buffer.rb
#
string
(str) ⇒
Object
31 32 33
# File 'lib/clio/buffer.rb', line 31
def
string
(
str
)
@buffer
<<
String
.
new
(
str
)
end