Skip to content

Commit

Permalink
Merge pull request #6 from cph/fix-filename-call
Browse files Browse the repository at this point in the history
Added filename method to Reader
  • Loading branch information
kobsy authored Apr 6, 2018
2 parents ea778b2 + 5f52c89 commit 26f1f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/logeater/reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ def each_request
count
end

def filename
file.filename
end



private
Expand Down

0 comments on commit 26f1f72

Please sign in to comment.