Method: Pathname#cp_to
- Defined in:
- lib/angry_mob/extend/pathname.rb
#cp_to(to) ⇒ Object
16 17 18 |
# File 'lib/angry_mob/extend/pathname.rb', line 16 def cp_to(to) FileUtils.cp(self,to) end |
16 17 18 |
# File 'lib/angry_mob/extend/pathname.rb', line 16 def cp_to(to) FileUtils.cp(self,to) end |