class Victor::SVG
Public Instance Methods
method_missing(method_sym, ...)
click to toggle source
# File lib/victor/svg.rb, line 3 def method_missing(method_sym, ...) tag(method_sym, ...) end
respond_to_missing?(*)
click to toggle source
# File lib/victor/svg.rb, line 7 def respond_to_missing?(*) true end