Browse Source

Cleanup

dev
Andy Meneely 12 years ago
parent
commit
a88f71b6a2
  1. 3
      lib/squib/input_helpers.rb

3
lib/squib/input_helpers.rb

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

Loading…
Cancel
Save