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