Commit eddf3578 authored by Samuel Giddins's avatar Samuel Giddins

[Docs] Fix docs for #const_missing override

parent 60bd7375
...@@ -161,6 +161,8 @@ module Pod ...@@ -161,6 +161,8 @@ module Pod
# Warn about deprecated use of `Pod::SourcesManager` and return the config's # Warn about deprecated use of `Pod::SourcesManager` and return the config's
# Source::Manager # Source::Manager
# #
# @param [#to_sym] const the missing constant
#
# @return [Pod::Source::Manager] # @return [Pod::Source::Manager]
# #
def const_missing(const) def const_missing(const)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment