aboutsummaryrefslogtreecommitdiffstats
path: root/t.rb
blob: 757a2b6edf2921e5200759f668e66e63f8974f88 (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/ruby
tc = Class.new(Time)
tc.inspect
t = tc.now
proc do
  $SAFE=4
  t.gmtime
end.call