1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

delete garbage file.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-07-17 14:09:44 +00:00
parent e2fd80b3d3
commit e4324d714f

8
t.rb
View file

@ -1,8 +0,0 @@
#! /usr/bin/ruby
tc = Class.new(Time)
tc.inspect
t = tc.now
proc do
$SAFE=4
t.gmtime
end.call