Method: WebIDL::Ast::Type#array=

Defined in:
lib/webidl/ast/type.rb

#array=(bool) ⇒ Object



21
22
23
# File 'lib/webidl/ast/type.rb', line 21

def array=(bool)
  @array = bool
end