Class: Rosette::Client::Writer

Inherits:
Object
  • Object
show all
Defined in:
lib/rosette/client/writer.rb

Class Method Summary collapse

Class Method Details

.open(path, mode, &block) ⇒ Object



9
10
11
# File 'lib/rosette/client/writer.rb', line 9

def self.open(path, mode, &block)
  File.open(path, mode, &block)
end