Class: Tankobon::Directory
- 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_stage ⇒ Object
3 4 5 6 7 |
# File 'lib/tankobon/directory.rb', line 3 def to_stage super do FileUtils.cp_r(@stageable, stage) end end |