# File lib/celerity/elements/select_list.rb, line 112 def type assert_exists 'select-' + (@object.hasAttribute('multiple') ? 'multiple' : 'one') end