Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Fish committed May 1, 2014
1 parent 7ed5d2a commit 822b810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/yolo/tasks/ios/release.rb
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 822b810

Please sign in to comment.