class AboutArrays < Neo::Koan def test_creating_arrays empty_array = Array.new assert_equal __, empty_array.class assert_equal __, empty_array.size end
Standard input is empty
Standard output is empty
prog.rb:6: syntax error, unexpected end-of-input, expecting keyword_end end ^