Sha256: ab6e47aeb85e456b9cbc2ada6bf87cd7a3f7c50873d813131765d5e13d242f1a
Contents?: true
Size: 142 Bytes
Versions: 2
Compression:
Stored size: 142 Bytes
Contents
module Metamagic class TitleTag < Tag def to_html content_tag(:title, value) end def sort_order 1 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
metamagic-3.0.0 | lib/metamagic/tags/title_tag.rb |
metamagic-3.0.0.beta3 | lib/metamagic/tags/title_tag.rb |