Skip to content

Commit

Permalink
Merge pull request #459 from jkap/fix-lib-podfile-docstring
Browse files Browse the repository at this point in the history
Fix docstring for Pod::Podfile.from_yaml
  • Loading branch information
dnkoutso authored Aug 27, 2018
2 parents 9138a1f + 9c78b44 commit 6d09e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

##### Bug Fixes

* None.
* Fix docstring for Pod::Podfile.from_yaml
[Jenn Kaplan](https://github.com/jkap)
[#459](https://github.com/CocoaPods/Core/pull/459)


## 1.6.0.beta.1 (2018-08-16)
Expand Down
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 6d09e91

Please sign in to comment.