Skip to content

Commit

Permalink
step 26
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Jan 20, 2011
1 parent 8798e19 commit cb52e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions koans/about_array_assignment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def test_non_parallel_assignment

def test_parallel_assignments
first_name, last_name = ["John", "Smith"]
assert_equal __, first_name
assert_equal __, last_name
assert_equal 'John', first_name
assert_equal 'Smith', last_name
end

def test_parallel_assignments_with_extra_values
Expand Down

0 comments on commit cb52e23

Please sign in to comment.