# File lib/slop/commands.rb, line 135 def to_hash Hash[commands.map { |k, v| [k.to_sym, v.to_hash] }] end