# File ruby/jlambda.rb, line 119
        def frost
          if !@frosted then
                @ctclass.toClass 
                @frosted = true
          end
          nil
        end