Class: Sass::Tree::WhileNode
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(expr, options) ⇒ WhileNode
constructor
A new instance of WhileNode.
Methods inherited from Node
#<<, #==, #last, #perform, #to_s, #to_sass
Constructor Details
#initialize(expr, options) ⇒ WhileNode
Returns a new instance of WhileNode.
5 6 7 8 |
# File 'lib/sass/tree/while_node.rb', line 5 def initialize(expr, ) @expr = expr super() end |