Class: RSVGR::Script

Inherits:
Object
  • Object
show all
Defined in:
lib/rsvgr.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



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