From d7e3043463e7e138a4334b2173d6a3fbe4321e35 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 29 Nov 2018 09:22:13 +0000 Subject: [PATCH] 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 --- lib/time.rb | 1 - 1 file changed, 1 deletion(-) 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 #