mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Use __send__() instead of send().
This commit is contained in:
parent
b78271db6d
commit
28eabedcd3
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class HTTP::Cookie
|
|||
map.each { |key, value|
|
||||
case key
|
||||
when *PERSISTENT_PROPERTIES
|
||||
send(:"#{key}=", value)
|
||||
__send__(:"#{key}=", value)
|
||||
end
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue