Class: FileUtils::Entry_
- Inherits:
-
Object
- Object
- FileUtils::Entry_
- Defined in:
- lib/raven/java_tasks.rb
Instance Method Summary collapse
Instance Method Details
#copy(dest) ⇒ Object
25 26 27 28 29 |
# File 'lib/raven/java_tasks.rb', line 25 def copy(dest) unless path['.svn'] || path['.cvs'] original(dest) end end |
#original ⇒ Object
24 |
# File 'lib/raven/java_tasks.rb', line 24 alias original copy |