27 28 29 30
# File 'lib/voltron/svg.rb', line 27 def svg_tag(source, options={}) tag = Voltron::Svg::Tag.new(source, options) tag.html end