7 8 9 10
# File 'lib/fen/cli.rb', line 7 def display(*fen) fen = Display.new(fen.join(" ")) print(fen.board) end