summaryrefslogtreecommitdiff
path: root/lib/sampling
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:24 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-04-27 23:26:24 -0400
commit1c37ae521e29a5e0869aba52d324ed0cd4a830a6 (patch)
treee4488ed3feb5e5dc94a72cd46cff2aeef0dcd1f8 /lib/sampling
parent6cbf08bb7659dc3265b45d05a66170f1c69ce696 (diff)
parent4c572a775a7c28b102b4462af94214148e6df1d2 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/sampling')
-rw-r--r--lib/sampling/riot_api.rb3
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?