1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Remove unnecessary default from documentation

This commit is contained in:
Ryan Fitzgerald 2013-01-27 21:15:54 -08:00
parent b1f7be9c27
commit a15b532656

View file

@ -69,8 +69,8 @@ class Pry
# module. This provides a consistent interface between 1.8 and 1.9 and also
# avoids the problem of accidentally calling the singleton method
# `Module.constants`.
# @param [Boolean] inherit (true) Include the names of constants from
# included modules?
# @param [Boolean] inherit Include the names of constants from included
# modules?
def constants(inherit = true)
method = Module.instance_method(:constants).bind(@wrapped)