class QuakeliveApi::GameTime::Interval
Public Instance Methods
total()
click to toggle source
# File lib/quakelive_api/game_time.rb, line 6 def total members.sum { |m| send(m).send(m) } # see what I did there? end