Method: CSSPool::Terms::Math#initialize
- Defined in:
- lib/csspool/terms/math.rb
#initialize(name, expression, operator = nil, parse_location = {}) ⇒ Math
Returns a new instance of Math.
10 11 12 13 14 15 |
# File 'lib/csspool/terms/math.rb', line 10 def initialize name, expression, operator = nil, parse_location = {} @name = name @expression = expression @operator = operator @parse_location = parse_location end |