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



545
546
547
# File 'lib/deplate/regions.rb', line 545

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

#run(dot, out, sfx) ⇒ Object



549
550
551
# File 'lib/deplate/regions.rb', line 549

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