Module: FileUtils
- Defined in:
- app/models/chouette/command.rb
Overview
FIXME disable remove_entry_secure because incompatible with jruby ?! See jira.codehaus.org/browse/JRUBY-4082
Class Method Summary collapse
Class Method Details
.remove_entry_secure(*args) ⇒ Object
7 8 9 |
# File 'app/models/chouette/command.rb', line 7 def self.remove_entry_secure(*args) self.remove_entry *args end |