Class: RemoteTable::Format::HTML

Inherits:
RemoteTable::Format show all
Includes:
ProcessedByNokogiri, Textual
Defined in:
lib/remote_table/format/html.rb

Constant Summary

Constants included from Textual

Textual::USELESS_CHARACTERS

Instance Attribute Summary

Attributes inherited from RemoteTable::Format

#t

Instance Method Summary collapse

Methods included from ProcessedByNokogiri

#each

Methods included from Textual

#crop_rows!, #cut_columns!, #remove_useless_characters!, #skip_rows!

Methods inherited from RemoteTable::Format

#each, #initialize, #utf8

Constructor Details

This class inherits a constructor from RemoteTable::Format

Instance Method Details

#nokogiri_classObject



9
10
11
# File 'lib/remote_table/format/html.rb', line 9

def nokogiri_class
  ::Nokogiri::HTML::Document
end