Class | Ezamar::Element |
In: |
lib/ezamar/element.rb
|
Parent: | Object |
content | [RW] |
basically processes stuff like
'foo="bar" foobar="baz"'
do NOT pass actual objects that cannot be simply read as a string here, the information will be lost.
Exceptions are true, false, Integers and Floats. They will appear in their real form (this again is also valid for strings that contain these values in a way that makes Integer/Float possible to parse them)
Just remember, walk like a duck, talk like a duck.
this will be called by transform, passes along the stuff inside the tags for the element
The method that will be called upon to render the things inside the element, you can access content from here, which contains the contents between the tags.
It should answer with a String.