Skip to content

Commit

Permalink
Designate self.path_base as private
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrodie committed Apr 29, 2024
1 parent bdb09fb commit 17002cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jira/resource/agile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def self.path_base(client)
def path_base(client)
self.class.path_base(client)
end

private_class_method :path_base
end
end
end

0 comments on commit 17002cc

Please sign in to comment.