aboutsummaryrefslogtreecommitdiffstats
path: root/t.rb
diff options
context:
space:
mode:
Diffstat (limited to 't.rb')
-rwxr-xr-xt.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/t.rb b/t.rb
new file mode 100755
index 0000000000..757a2b6edf
--- /dev/null
+++ b/t.rb
@@ -0,0 +1,8 @@
+#! /usr/bin/ruby
+tc = Class.new(Time)
+tc.inspect
+t = tc.now
+proc do
+ $SAFE=4
+ t.gmtime
+end.call