class Hash
Public Instance Methods
reverse()
click to toggle source
# File lib/diamond-lang/helpers/command_block.rb, line 42 def reverse self.to_a.map{|i| i.reverse}.to_h end
# File lib/diamond-lang/helpers/command_block.rb, line 42 def reverse self.to_a.map{|i| i.reverse}.to_h end