152 153 154 155 156
# File 'lib/memfs/io.rb', line 152 def print(*objs) objs << $_ if objs.empty? self << objs.join($,) << $\.to_s nil end