21 22 23 24
# File 'lib/mcoin/command/ticker.rb', line 21 def print tickers = Parallel.map(markets, :fetch).compact.map(&:to_ticker).flatten Printer.new(tickers).print end