CSSPool::Node
# File lib/csspool/terms/rgb.rb, line 10 def initialize red, green, blue, operator = nil, parse_location = {} super() @red = red @green = green @blue = blue @operator = operator @parse_location = parse_location end
[Validate]
Generated with the Darkfish Rdoc Generator 2.