class RubyRTL::Root

Attributes

body[RW]

attr_accessor :ios,:decls,:body

decls[RW]

attr_accessor :ios,:decls,:body

Public Class Methods

new() click to toggle source
# File lib/ruby_rtl/ast.rb, line 27
def initialize
  @ios,@decls,@body=[],[],Body.new
end