Skip to content

Commit

Permalink
Fix docstring for Pod::Podfile.from_yaml
Browse files Browse the repository at this point in the history
`path` is the only accepted param at this point, removing the
irrelevant `yaml` param from the docstring.
  • Loading branch information
Jenn Kaplan committed Aug 27, 2018
1 parent 9138a1f commit 80374e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cocoapods-core/podfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ def self.from_ruby(path, contents = nil)

# Configures a new Podfile from the given YAML representation.
#
# @param [String] yaml
# The YAML encoded hash which contains the information of the
# Podfile.
#
# @param [Pathname] path
# The path from which the Podfile is loaded.
#
Expand Down

0 comments on commit 80374e3

Please sign in to comment.