Method: Fi.delete

Defined in:
lib/fi.rb

.delete(path) ⇒ Object



20
21
22
# File 'lib/fi.rb', line 20

def delete(path)
  ::File.delete path
end