diff options
Diffstat (limited to 'lib/sampling')
-rw-r--r-- | lib/sampling/riot_api.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sampling/riot_api.rb b/lib/sampling/riot_api.rb index 333095c..8c34fc4 100644 --- a/lib/sampling/riot_api.rb +++ b/lib/sampling/riot_api.rb @@ -84,7 +84,8 @@ module Sampling end ## - # TODO description + # Return whether or not the API can get a given statistic for + # a given user. public def self.can_get?(user, stat) if user.nil? |