Class: NullWriter

Inherits:
Object show all
Defined in:
lib/formatter.rb

Direct Known Subclasses

DumbWriter, WebUnit::MemWriter

Instance Method Summary collapse

Constructor Details

#initializeNullWriter

Returns a new instance of NullWriter.



230
# File 'lib/formatter.rb', line 230

def initialize() end

Instance Method Details

#flushObject



231
# File 'lib/formatter.rb', line 231

def flush() end

#new_alignment(align) ⇒ Object



232
# File 'lib/formatter.rb', line 232

def new_alignment(align) end

#new_font(font) ⇒ Object



233
# File 'lib/formatter.rb', line 233

def new_font(font) end

#new_margin(margin, level) ⇒ Object



234
# File 'lib/formatter.rb', line 234

def new_margin(margin, level) end

#new_spacing(spacing) ⇒ Object



235
# File 'lib/formatter.rb', line 235

def new_spacing(spacing) end

#new_styles(styles) ⇒ Object



236
# File 'lib/formatter.rb', line 236

def new_styles(styles) end

#send_flowing_data(data) ⇒ Object



241
# File 'lib/formatter.rb', line 241

def send_flowing_data(data) end

#send_hor_ruleObject



239
# File 'lib/formatter.rb', line 239

def send_hor_rule() end

#send_label_data(data) ⇒ Object



240
# File 'lib/formatter.rb', line 240

def send_label_data(data) end

#send_line_breakObject



238
# File 'lib/formatter.rb', line 238

def send_line_break() end

#send_literal_data(data) ⇒ Object



242
# File 'lib/formatter.rb', line 242

def send_literal_data(data) end

#send_paragraph(blankline) ⇒ Object



237
# File 'lib/formatter.rb', line 237

def send_paragraph(blankline) end