Skip to content

Commit

Permalink
Merge pull request #447 from Domi202/master
Browse files Browse the repository at this point in the history
Fix "undefined local variable or method `wraith'"
  • Loading branch information
ChrisBAshton authored Aug 4, 2016
2 parents 5da31dc + 1099b6e commit a658500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/wraith/spider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def check_for_paths
end

class Wraith::Spider
attr_reader :wraith

def initialize(wraith)
@wraith = wraith
@paths = {}
Expand Down

0 comments on commit a658500

Please sign in to comment.