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:
parent
b1f7be9c27
commit
a15b532656
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue