diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-29 09:22:13 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-11-29 09:22:13 +0000 |
commit | d7e3043463e7e138a4334b2173d6a3fbe4321e35 (patch) | |
tree | 3621a2e043a1cee536779e3bc6805e9291c2202b /lib/time.rb | |
parent | a763e3460f594f60a5d2e8eba5f7da981d717a55 (diff) |
Remove unused variable in example code [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/time.rb')
-rw-r--r-- | lib/time.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/time.rb b/lib/time.rb index 49ef68a5e2..b9913c19cd 100644 --- a/lib/time.rb +++ b/lib/time.rb @@ -585,7 +585,6 @@ class Time # # require 'time' # - # t = Time.now # Time.xmlschema("2011-10-05T22:26:12-04:00") # #=> 2011-10-05 22:26:12-04:00 # |