This commit is contained in:
rick 2012-03-09 19:05:18 -08:00
Родитель f10dfcd60e
Коммит 96ff2fcdad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ Use `#expose` to expose keys.
```ruby
tainted.include?(:a) # false
tainted['a'] # Returns 2
tainted['a'] # Returns 1
tainted[:a] # Symbols are OK too.
tainted.include?(:a) # false, not exposed
tainted.expose :a