diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 23:01:04 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-27 23:01:04 -0400 |
commit | 2d7313767442956eab00671ac555c0ce4e583b5f (patch) | |
tree | 4d82b865add8617aadd6390b02f6f4cfa75657bb /lib/sampling | |
parent | 987cd575c48b9ac1ff4a8232288484685ed8563d (diff) |
handle what I can of `fgrep -r TODO app lib`
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? |