Skip to content

Commit

Permalink
Remove unnused method
Browse files Browse the repository at this point in the history
This class is only instance inside mp3_parser to call #to_h
  • Loading branch information
locawebemailmarketing committed Jul 8, 2020
1 parent ee4930a commit 285f6ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/parsers/mp3_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def to_h
h[k] = value if value
end
end

def as_json(*)
to_h
end
end

def likely_match?(filename)
Expand Down

0 comments on commit 285f6ad

Please # to comment.