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



61
62
63
# File 'lib/etna/filesystem.rb', line 61

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