Class: Slices::Asset::Rename::Filesystem
- Defined in:
- lib/slices/asset/rename.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Slices::Asset::Rename::Base
Instance Method Details
#rename(style) ⇒ Object
38 39 40 41 |
# File 'lib/slices/asset/rename.rb', line 38 def rename(style) super File.rename(@old_path, @new_path) end |