We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a42240 commit 595f7cdCopy full SHA for 595f7cd
lib/concurrent/actor/reference.rb
@@ -6,8 +6,8 @@ module Actor
6
# see {PublicDelegations}.
7
#
8
# AdHoc.spawn('printer') { -> message { puts message } }
9
- # # => #<Concurrent::Actor::Reference /printer (Concurrent::Actor::Utils::AdHoc)>
10
- # # ^path ^context class
+ # # => #<Concurrent::Actor::Reference:0x7fd0d2883218 /printer (Concurrent::Actor::Utils::AdHoc)>
+ # # ^object_id ^path ^context class
11
class Reference
12
include TypeCheck
13
include PublicDelegations
0 commit comments