Class: Swordfish::Node::Linebreak

Inherits:
Base
  • Object
show all
Defined in:
lib/swordfish/nodes/linebreak.rb

Instance Attribute Summary

Attributes inherited from Base

#children, #content, #style

Instance Method Summary collapse

Methods inherited from Base

#append, #clear_children, #find_nodes_by_type, #inform!, #initialize, #replace, #replace_with, #stylize, #wrap_children

Constructor Details

This class inherits a constructor from Swordfish::Node::Base

Instance Method Details

#to_htmlObject



7
8
9
# File 'lib/swordfish/nodes/linebreak.rb', line 7

def to_html
  "<br/>"
end