Method: Extruder::FileSet#create
- Defined in:
- lib/extruder/file_set.rb
#create ⇒ Object
Write all files in this Extruder::FileSet to their output_root.
134 135 136 137 138 |
# File 'lib/extruder/file_set.rb', line 134 def create will_save.each do |file| file.create end end |