From 822b810f07973b6fe7025e9705cfd2d16684a319 Mon Sep 17 00:00:00 2001 From: Alex Fish Date: Thu, 1 May 2014 16:41:37 +0100 Subject: [PATCH] Updating docs --- lib/yolo/tasks/ios/release.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/yolo/tasks/ios/release.rb b/lib/yolo/tasks/ios/release.rb index 91aecdc..58bda32 100644 --- a/lib/yolo/tasks/ios/release.rb +++ b/lib/yolo/tasks/ios/release.rb @@ -32,6 +32,11 @@ def initialize super end + # + # Returns the release class's mail_to attribute, + # if no attribute is set then check for the config env var + # + # @return The release class's mail_to attribute def mail_to mail_to = @mail_to @@ -44,7 +49,7 @@ def mail_to # # Returns the release class's configuration attribute, - # if no attribute is set the check for the config env var + # if no attribute is set then check for the config env var # # @return The release class's configuration attribute def configuration