class Vertigo::RangedType

Attributes

range[RW]
type[RW]

Public Class Methods

new(type=nil,range=nil) click to toggle source
# File lib/vertigo/ast_vertigo_rkgen.rb, line 428
def initialize type=nil,range=nil
  @type,@range=type,range
end