42 43 44
# File 'lib/diamond-lang/helpers/command_block.rb', line 42 def reverse self.to_a.map{|i| i.reverse}.to_h end