Class: NullWriter

Inherits:
Writer show all
Defined in:
lib/teuton-get/writer/null_writer.rb

Instance Method Summary collapse

Instance Method Details

#write(text = "", args = {}) ⇒ Object

[View source]

4
5
6
# File 'lib/teuton-get/writer/null_writer.rb', line 4

def write(text = "", args = {})
  # Nothing
end

#write_table(rows) ⇒ Object

[View source]

12
13
14
# File 'lib/teuton-get/writer/null_writer.rb', line 12

def write_table(rows)
  # Nothing
end

#writeln(text = "", args = {}) ⇒ Object

[View source]

8
9
10
# File 'lib/teuton-get/writer/null_writer.rb', line 8

def writeln(text = "", args = {})
  # Nothing
end