class BlueDoc::SML::Rules::Hr
Public Class Methods
match?(node)
click to toggle source
# File lib/bluedoc/sml/rules/hr.rb, line 5 def self.match?(node) tag_name(node) == "hr" end
to_html(node, opts = {})
click to toggle source
# File lib/bluedoc/sml/rules/hr.rb, line 9 def self.to_html(node, opts = {}) %(<hr>) end