Skip to content

Commit

Permalink
Merge pull request #531 from araslanov-e/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bbatsov committed Jan 21, 2016
2 parents 815a0b9 + 31b229b commit 122f817
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -660,9 +660,9 @@ Translations of the guide are available in the following languages:
puts "#{a}, #{b}, #{c}, #{d}"
end

some_method('w', 'x') # => 'w, x, 1, 2'
some_method('w', 'x', 'y') # => 'w, x, y, 2'
some_method('w', 'x', 'y', 'z') # => 'w, x, y, z'
some_method('w', 'x') # => '1, 2, w, x'
some_method('w', 'x', 'y') # => 'y, 2, w, x'
some_method('w', 'x', 'y', 'z') # => 'y, z, w, x'
```

* <a name="parallel-assignment"></a>
Expand Down

0 comments on commit 122f817

Please sign in to comment.