class Riml::ElseifNode
Public Instance Methods
<<(expr)
click to toggle source
# File lib/riml/nodes.rb, line 831 def <<(expr) expressions << expr self end
children()
click to toggle source
# File lib/riml/nodes.rb, line 844 def children [condition, body] end
last()
click to toggle source
# File lib/riml/nodes.rb, line 840 def last expressions.last end
pop()
click to toggle source
# File lib/riml/nodes.rb, line 836 def pop expressions.pop end