29 30 31
# File 'lib/webidl/ast/type.rb', line 29 def name (array? ? "#{@name}Array" : @name).to_sym end