Libraries
»
arbre
(2.1.0)
»
Index
»
Arbre
»
HTML
»
TextNode
»
#build
Method: Arbre::HTML::TextNode#build
Defined in:
lib/arbre/html/text_node.rb
#
build
(string) ⇒
Object
21 22 23
# File 'lib/arbre/html/text_node.rb', line 21
def
build
(
string
)
@content
=
string
end