Class: Yell::Adapters::Volley

Inherits:
Datefile
  • Object
show all
Defined in:
lib/volley/ext/yell/adapters/volley.rb

Instance Method Summary collapse

Instance Method Details

#open!Object



5
6
7
8
9
# File 'lib/volley/ext/yell/adapters/volley.rb', line 5

def open!
  @stream = ::File.open( @filename, ::File::WRONLY|::File::APPEND|::File::CREAT, 0664 )

  super
end