dev
Andy Meneely 2014-08-11 00:25:57 -04:00
parent 3e08a0d604
commit a88f71b6a2
1 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
require 'squib/constants' require 'squib/constants'
require 'pp'
module Squib module Squib
# :nodoc: # :nodoc:
@ -128,8 +127,6 @@ module Squib
opts[key][i] = Cairo::Color.parse(color) opts[key][i] = Cairo::Color.parse(color)
end end
end end
# pp "===Colorified opts==="
# pp opts
opts opts
end end
module_function :colorify module_function :colorify