lib/squib/graphics/gradient_regex.rb in squib-0.5.1 vs lib/squib/graphics/gradient_regex.rb in squib-0.6.0

- old
+ new

@@ -1,5 +1,6 @@ module Squib + # @api private module Graphics STOPS = / # used to capture the stops \s* # leading whitespace is ok (\#?[\w]+) # color @ # no spaces here \ No newline at end of file