Class: Mdfiller::PyFill

Inherits:
Base
  • Object
show all
Defined in:
lib/mdfiller/fill.rb

Instance Attribute Summary

Attributes inherited from Base

#dir, #files, #soft

Instance Method Summary collapse

Methods inherited from Base

#empty?, #fill

Constructor Details

#initialize(f_array, dir = '.') ⇒ PyFill

Returns a new instance of PyFill.



64
65
66
# File 'lib/mdfiller/fill.rb', line 64

def initialize(f_array, dir='.')
  super(f_array, 'python', dir=dir)
end