Class: Nanoc3::Extra::VCSes::Dummy
- Inherits:
-
Nanoc3::Extra::VCS
- Object
- Nanoc3::Extra::VCS
- Nanoc3::Extra::VCSes::Dummy
- Defined in:
- lib/nanoc3/extra/vcses/dummy.rb
Overview
Instance Method Summary (collapse)
Methods included from PluginRegistry::PluginMethods
#identifier, #identifiers, #named, #register
Instance Method Details
- (Object) add(filename)
9 10 |
# File 'lib/nanoc3/extra/vcses/dummy.rb', line 9 def add(filename) end |
- (Object) move(src, dst)
18 19 20 |
# File 'lib/nanoc3/extra/vcses/dummy.rb', line 18 def move(src, dst) FileUtils.move(src, dst) end |
- (Object) remove(filename)
13 14 15 |
# File 'lib/nanoc3/extra/vcses/dummy.rb', line 13 def remove(filename) FileUtils.rm_rf(filename) end |