240 241 242 243
# File 'lib/edn/ruby_edn_parser.rb', line 240 def read_vector @s.advance read_collection(Array, ']') end