# File lib/rubinius/actor.rb, line 59
      def current
        Thread.current[:__current_actor__] ||= private_new
      end