Class: Mdfiller::PngFill
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mdfiller::Base
Instance Method Details
#copy_files ⇒ Object
102 103 104 105 106 107 108 109 110 111 |
# File 'lib/mdfiller/fill.rb', line 102 def copy_files result = '' whiteboard = 0 self.files.each do |fname| result += "\n\n" whiteboard += 1 end return result end |