From e3e0b8507af8982f9d2d656b5ee3f22199af84ff Mon Sep 17 00:00:00 2001 From: danijoo Date: Wed, 1 Jan 2014 19:37:22 +0100 Subject: [PATCH] changed comment to work with yardoc --- lib/sightstone/modules/league_module.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sightstone/modules/league_module.rb b/lib/sightstone/modules/league_module.rb index 8c080d2..f98dcba 100644 --- a/lib/sightstone/modules/league_module.rb +++ b/lib/sightstone/modules/league_module.rb @@ -11,7 +11,7 @@ class LeagueModule < SightstoneBaseModule # Provides league information of a summoner # @param [Summoner, Integer] summoner # @param optional [Hash] optional arguments: :region => replaces default region - # @returns [Array] an array of all leagues the summoner and his teams are in + # @return [Array] an array of all leagues the summoner and his teams are in def league(summoner, optional={}) region = optional[:region] || @sightstone.region id = if summoner.is_a? Summoner @@ -33,4 +33,4 @@ class LeagueModule < SightstoneBaseModule } end -end \ No newline at end of file +end