summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 02:31:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-26 02:31:43 +0000
commit6048f9a6cf5bc650da33124a5889a3160422f58d (patch)
treecb90e9308b3210592f08682168850d5fb799ba76 /lib
parenta110d1782ef8a1f42654906248d5a0ba960dd0b7 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/webrick/cookie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/cookie.rb b/lib/webrick/cookie.rb
index 3cf8928bb0..d8df23133d 100644
--- a/lib/webrick/cookie.rb
+++ b/lib/webrick/cookie.rb
@@ -44,7 +44,7 @@ module WEBrick
##
# Is this a secure cookie?
-
+
attr_accessor :secure
##