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 cd59563 commit 6a79be0Copy full SHA for 6a79be0
docs-source/future.md
@@ -80,7 +80,7 @@ class Ticker
80
end
81
82
83
-yahoo = Finance.new('YAHOO')
+yahoo = Ticker.new('YAHOO')
84
future = Concurrent::Future.new { yahoo.update.suggested_symbols }
85
future.add_observer(Ticker.new)
86
future.execute
0 commit comments