Method: Xampl::XamplObject#note_adding_text_content
- Defined in:
- lib/xamplr/notifications.rb
#note_adding_text_content(xml_text, realising) ⇒ Object
add text (while loading from XML)
xml_text -- the text
realising -- true when loading from a persister
9 10 11 |
# File 'lib/xamplr/notifications.rb', line 9 def note_adding_text_content(xml_text, realising) return xml_text end |