class Swordfish::Node::Linebreak

Public Instance Methods

to_html() click to toggle source
# File lib/swordfish/nodes/linebreak.rb, line 7
def to_html
  "<br/>"
end