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 d4fc3a8 commit 1c6ece0Copy full SHA for 1c6ece0
lib/concurrent/ivar.rb
@@ -34,7 +34,7 @@ module Concurrent
34
# ```ruby
35
# ivar = Concurrent::IVar.new
36
# ivar.set 14
37
- # ivar.get #=> 14
+ # ivar.value #=> 14
38
# ivar.set 2 # would now be an error
39
# ```
40
#
0 commit comments