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



63
64
65
# File 'lib/etna/filesystem.rb', line 63

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