Method: WebIDL::Ast::Type#nullable=

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

#nullable=(bool) ⇒ Object



25
26
27
# File 'lib/webidl/ast/type.rb', line 25

def nullable=(bool)
  @nullable = bool
end