Parent

Methods

Class/Module Index [+]

Quicksearch

RKelly::Nodes::IfNode

Attributes

conditions[R]
else[R]

Public Class Methods

new(conditions, value, else_stmt = nil) click to toggle source
# File lib/rkelly/nodes/if_node.rb, line 5
def initialize(conditions, value, else_stmt = nil)
  super(value)
  @conditions = conditions
  @else = else_stmt
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.