Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit bad6a13

Browse files
committed
Require base class explicitly for Filter
1 parent 8fb0c42 commit bad6a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/task_list/filter.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding: utf-8
22
require 'html/pipeline'
3+
require 'task_list'
34

45
class TaskList
56
# Returns a `Nokogiri::DocumentFragment` object.

0 commit comments

Comments
 (0)