Returns:
80 81 82
# File 'lib/html/struct.rb', line 80 def has_prop?(name) @props.any? { |p| p.name_equal? name } end