Class: URI::File

Inherits:
Generic
  • Object
show all
Defined in:
lib/defaulty.rb

Instance Method Summary collapse

Instance Method Details

#open(*args, &block) ⇒ Object



13
14
15
# File 'lib/defaulty.rb', line 13

def open(*args, &block)
  ::File.open(self.path, &block)
end