diff --git a/t.rb b/t.rb deleted file mode 100755 index 757a2b6edf..0000000000 --- a/t.rb +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/ruby -tc = Class.new(Time) -tc.inspect -t = tc.now -proc do - $SAFE=4 - t.gmtime -end.call