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