3 4 5
# File 'lib/h2o/datatype.rb', line 3 def << (item) unshift item.to_s end
7 8 9
# File 'lib/h2o/datatype.rb', line 7 def close reverse! end