Class: Errordeck::Scrubber::Cookie
- Inherits:
-
Object
- Object
- Errordeck::Scrubber::Cookie
- Defined in:
- lib/errordeck/scrubber/cookie.rb
Instance Method Summary collapse
-
#initialize(cookie) ⇒ Cookie
constructor
scrub a cookie.
-
#scrub ⇒ Object
scrub a cookie.
Constructor Details
#initialize(cookie) ⇒ Cookie
scrub a cookie
7 8 9 |
# File 'lib/errordeck/scrubber/cookie.rb', line 7 def initialize() @cookie = end |
Instance Method Details
#scrub ⇒ Object
scrub a cookie
12 13 14 |
# File 'lib/errordeck/scrubber/cookie.rb', line 12 def scrub (@cookie) end |