Skip to content

Commit

Permalink
Fix probable copy-pasta with private_class_method :create_suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
moseshll committed Oct 23, 2023
1 parent 2975b32 commit d26c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hathifiles_database/db/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def self.create_suffix(nodate_suffix = false)
end
end

private_class_method :method
private_class_method :create_suffix
end
end
end
Expand Down

0 comments on commit d26c135

Please sign in to comment.