[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:01949] Re: [ruby-1.5.3] require / SAFE

From: ts <decoux@...>
Date: 2000-03-17 06:09:43 UTC
List: ruby-talk #1949
>>>>> "Y" == Yukihiro Matsumoto <matz@netlab.co.jp> writes:

Y>  a) autoloading class is defined
Y>  b) the defined class is accessed for the first time in the `$SAFE >= 4'
Y>     thread.

 I still don't understand how it work, sorry 

aestivum% cat b.rb
#!./ruby
m, n = 'Tt', 'tt'
$SAFE = 4
autoload m, n
Tt.new
aestivum% b.rb
./b.rb:5: Insecure operation - (null) (SecurityError)
aestivum%


Guy Decoux

In This Thread