Sha256: f7a408a244bb30fa072a5851960ac705e0aaf255ddde26e1ba2a8814db185704
Contents?: true
Size: 425 Bytes
Versions: 60
Compression:
Stored size: 425 Bytes
Contents
if object.is_a?(Class) xml.h3 { |pre| pre << "#{object} #{ancestors.blank? ? "" : "<small>(extends <a href='##{ancestors[0].to_s.classify}'>#{ancestors[0].to_s.classify}</a>)</small>" } " } xml.a("name" => "#{object}") {} xml.ul("class" => "pre") { structure.each do |attribute, attr_details| xml.li { |pre| create_html_fault_model_element_type( pre, attribute, attr_details) } end } end
Version data entries
60 entries across 60 versions & 1 rubygems