# File lib/highline/style.rb, line 63 def self.rgb_parts(hex) hex.scan(/../).map{|part| part.to_i(16)} end