class Crokus::Else

Attributes

body[RW]

Public Class Methods

new(body=[]) click to toggle source
# File lib/crokus/ast.rb, line 297
def initialize body=[]
  @body=body
end