Fix method return value, ignore swp files.
This commit is contained in:
parent
0f8b1404e1
commit
b3afec9984
3 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.gem
|
||||
.bundle
|
||||
pkg/*
|
||||
*.swp
|
||||
|
|
|
@ -21,6 +21,7 @@ module CookieExtractor
|
|||
row['value']
|
||||
].join("\t")
|
||||
end
|
||||
@result
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue