Module: Deplate::Regions::Img_neato

Includes:
Img_standard
Defined in:
lib/deplate/regions.rb

Instance Method Summary collapse

Methods included from Img_standard

#prepare

Instance Method Details

#run(dot, out, sfx) ⇒ Object



581
582
583
# File 'lib/deplate/regions.rb', line 581

def run(dot, out, sfx)
    Deplate::External.dot(self, sfx, dot, out, @cmdLineArgs)
end