Libraries
»
arbre2
(2.2.4)
»
Index
»
Arbre
»
TextNode
»
#build!
Method: Arbre::TextNode#build!
Defined in:
lib/arbre/text_node.rb
#
build!
(text) ⇒
Object
25 26 27
# File 'lib/arbre/text_node.rb', line 25
def
build!
(
text
)
@text
=
text
.
to_s
end