Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/rubypodder.rb
Class Method Summary collapse
Class Method Details
.touch(fn) ⇒ Object
12 13 14 |
# File 'lib/rubypodder.rb', line 12 def self.touch(fn) File.open(fn, "w").close unless File.exist?(fn) end |