Keywords.scan
You're seeing just the function
scan
, go back to Keywords module for more information.
Parses tickers from string
Examples
KeywordParser.scan(" XOM AAPL $TSLA buy now, ++ PLTR and $AMZN", :stock_tickers)
[XOM, AAPL, TSLA, PLTR, AMZN]