Module: Deplate::Regions::Img_standard

Included in:
Img_R, Img_dot, Img_neato
Defined in:
lib/deplate/regions.rb

Instance Method Summary collapse

Instance Method Details

#prepare(accum, out, sfx) ⇒ Object



561
562
563
# File 'lib/deplate/regions.rb', line 561

def prepare(accum, out, sfx)
    return accum
end

#run(dot, out, sfx) ⇒ Object



565
566
567
# File 'lib/deplate/regions.rb', line 565

def run(dot, out, sfx)
    raise "SubClassResponsibility"
end