Class: Etna::Filesystem::EmptyIO

Inherits:
StringIO
  • Object
show all
Defined in:
lib/etna/filesystem.rb

Instance Method Summary collapse

Instance Method Details

#write(*args) ⇒ Object



38
39
40
# File 'lib/etna/filesystem.rb', line 38

def write(*args)
  # Do nothing -- always leave empty
end