Skip to content

Commit

Permalink
Merge pull request #1349 from chashmeetsingh/patch-1
Browse files Browse the repository at this point in the history
Update ruby-ru.html.markdown
  • Loading branch information
vendethiel committed Oct 5, 2015
2 parents ad4d6f3 + 142d333 commit e57fb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ru-ru/ruby-ru.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ array << 6 #=> [1, 2, 3, 4, 5, 6]
hash = {'color' => 'green', 'number' => 5}

hash.keys #=> ['color', 'number']
hash.values #=> ['green', 5]

# Значение в хэше легко может быть найдено по ключу:
hash['color'] #=> 'green'
Expand Down

0 comments on commit e57fb68

Please sign in to comment.