Guest User

Untitled

a guest
Feb 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # Set whether the Cookie is a secure cookie or not.
  2. #
  3. # +val+ must be a boolean.
  4. def secure=(val)
  5. @secure = val if val == true or val == false
  6. @secure
  7. end
Add Comment
Please, Sign In to add comment