lib/chgk_rating/collections/players.rb in chgk_rating-2.1.0 vs lib/chgk_rating/collections/players.rb in chgk_rating-2.2.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module ChgkRating module Collections class Players < Base include ChgkRating::Concerns::Searching @@ -12,6 +14,6 @@ def api_path 'players' end end end -end \ No newline at end of file +end