Class: Cel::AbstractType
Instance Method Summary collapse
-
#initialize(name, *params) ⇒ AbstractType
constructor
A new instance of AbstractType.
Methods inherited from Type
#cast, #convert, #to_str, #to_sym, #type
Methods included from CelMethods
Constructor Details
#initialize(name, *params) ⇒ AbstractType
250 251 252 253 |
# File 'lib/cel/ast/types.rb', line 250 def initialize(name, *params) super(name) @params = params end |