Class: NullFileWriter

Inherits:
Object show all
Includes:
Singleton
Defined in:
lib/ontomde-core/helper.rb

Overview

a file writer that writes nowhere

Instance Method Summary collapse

Instance Method Details

#write(str) ⇒ Object



684
685
686
# File 'lib/ontomde-core/helper.rb', line 684

def write(str)
  # does nothing !
end