# File lib/rvg/embellishable.rb, line 78 def initialize(path) super() @primitive = :path @args = [path.to_s] end