Help for this page

Select Code to Download


  1. or download this
    sub _do_as (&$) {
        my($block, $fake_class) = @_;
    ...
        };
        $block->();
    }
    
  2. or download this
    newWithLogger: aLogStream
        ^ self new setLogger: aLogStream