5 6 7
# File 'lib/portable_move_notation/dump.rb', line 5 def self.call(*unserialized_moves) unserialized_moves.map { |actions| Action::Dump.call(*actions) }.join('.') end