class Astrapi::ArrayOf

Attributes

type[RW]

Public Class Methods

new(type) click to toggle source
# File lib/ast.rb, line 44
def initialize type
  @type=type
end