# File lib/highline/color_scheme.rb, line 92 def to_hash @scheme.inject({}) { |hsh, pair| key, value = pair; hsh[key] = value.list; hsh } end