module Victor::DSL

Public Instance Methods

svg() click to toggle source
# File lib/victor/dsl.rb, line 8
def svg
  @svg ||= Victor::SVG.new
end