Skip to content

Commit

Permalink
Make only the results property public
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkalpin committed Dec 10, 2013
1 parent d22bca6 commit 8fa24d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cocoapods-core/specification/linter/result.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ def to_s
end

module ResultHelpers
public

# @return [Array<Result>] all of the generated results.
#
attr_reader :results

private

# Adds an error result with the given message.
#
# @param [String] message
Expand Down

0 comments on commit 8fa24d9

Please sign in to comment.