Class: RSVGR::Script
- Inherits:
-
Object
- Object
- RSVGR::Script
- Defined in:
- lib/rsvgr.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
201 202 203 204 205 |
# File 'lib/rsvgr.rb', line 201 def to_s "<script type=\"text/ecmascript\"" + "#{" id=\"#{@id}\"" if @id}" + "><![CDATA[\n" + to_s_children + "]]></script>\n" end |