Sha256: 31963e6bd457bc75dc72c3738873813c189c429131ad8883ab6c247561592bb3

Contents?: true

Size: 315 Bytes

Versions: 2

Compression:

Stored size: 315 Bytes

Contents

module Symbiont
  module WebObjects

    class Heading < WebObject

    end # class: Heading

    ::Symbiont::WebObjects.class_for_tag[:h1] = ::Symbiont::WebObjects::Heading
    ::Symbiont::WebObjects.class_for_tag[:h2] = ::Symbiont::WebObjects::Heading

  end # module: WebObjects
end # module: Symbiont

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 lib/symbiont/web_objects/heading.rb
symbiont-0.2.0 lib/symbiont/web_objects/heading.rb