Class: Munge::Writers::Noop

Inherits:
Object
  • Object
show all
Defined in:
lib/munge/writers/noop.rb

Overview

NoOp driver for writing files. This is used to compute dry-runs.

Instance Method Summary collapse

Instance Method Details

#write(_abspath, _content) ⇒ Object

Pretends to write, but actually does nothing

Parameters:

  • _abspath (String)
  • _content (String)


9
10
# File 'lib/munge/writers/noop.rb', line 9

def write(_abspath, _content)
end