Sha256: d07a32130f021d1613ff7806ede6aaccbf3bf71eb2e9c651fa72bea66491913e

Contents?: true

Size: 227 Bytes

Versions: 11

Compression:

Stored size: 227 Bytes

Contents

require "chop/diff"
      
module Chop
  class UnorderedList < Diff
    self.default_selector = "ul"
    self.rows_finder = ->(root) { root.all("li") }
    self.cells_finder = ->(row) { [row] }
  end

  Ul = UnorderedList
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
chop-0.22.1 lib/chop/unordered_list.rb
chop-0.22.0 lib/chop/unordered_list.rb
chop-0.21.0 lib/chop/unordered_list.rb
chop-0.20.1 lib/chop/unordered_list.rb
chop-0.20.0 lib/chop/unordered_list.rb
chop-0.19.0 lib/chop/unordered_list.rb
chop-0.18.0 lib/chop/unordered_list.rb
chop-0.17.0 lib/chop/unordered_list.rb
chop-0.16.0 lib/chop/unordered_list.rb
chop-0.15.0 lib/chop/unordered_list.rb
chop-0.14.0 lib/chop/unordered_list.rb