Sha256: 070beb940a221e4952f5abc2ef41dff70ca3f26f731b1b24075f99af34ee5eb7

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

class RemoteTable
  class Format
    class HTML < Format
      include Textual
      include ProcessedByNokogiri
      
      def nokogiri_class
        ::Nokogiri::HTML::Document
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remote_table-1.4.0 lib/remote_table/format/html.rb