Method: FileOperations#force_remove_file

Defined in:
lib/gems/xmpp4r-0.4/setup.rb

#force_remove_file(path) ⇒ Object



611
612
613
614
615
616
# File 'lib/gems/xmpp4r-0.4/setup.rb', line 611

def force_remove_file(path)
  begin
    remove_file path
  rescue
  end
end