fixed wrong require call in some classes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
require 'sightstone/stat'
|
||||
|
||||
# match history of a summoner
|
||||
# @attr [Fixnum] summonerId ID of the summoner
|
||||
@@ -88,4 +87,4 @@ class Stat
|
||||
data['count']
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
require 'sightstone/stat'
|
||||
|
||||
# summary of player statistic
|
||||
# @attr [Fixnum] summonerId ID of the summoner
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
require 'sightstone/stat'
|
||||
# Ranked stats of a summoner
|
||||
# @attr [Fixnum] modifyDate date of last modification
|
||||
# @attr [Fixnum] summonerId id of the summoner
|
||||
|
||||
Reference in New Issue
Block a user