Class: Tankobon::Directory

Inherits:
Stageable show all
Defined in:
lib/tankobon/directory.rb

Instance Method Summary collapse

Methods inherited from Stageable

#initialize, #stage, #stage_root, #stageable

Constructor Details

This class inherits a constructor from Tankobon::Stageable

Instance Method Details

#to_stageObject



3
4
5
6
7
# File 'lib/tankobon/directory.rb', line 3

def to_stage
  super do
    FileUtils.cp_r(@stageable, stage)
  end
end