зеркало из https://github.com/github/tainted_hash.git
Update README.md
This commit is contained in:
Родитель
f10dfcd60e
Коммит
96ff2fcdad
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче