add value into _buf. this is equivarent to ‘#value’.
246 247 248
# File 'lib/tenjin.rb', line 246 def echo(value) self._buf << value.to_s end