Merge pull request #1067 from yui-knk/add-comment-on-group

Add 'group should not be changed' to Pry::Command.group .
This commit is contained in:
Conrad Irwin 2013-12-21 03:44:26 -08:00
commit 2260d65aea
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ class Pry
# The group in which the command should be displayed in "help" output.
# This is usually auto-generated from directory naming, but it can be
# manually overridden if necessary.
# Group should not be changed once it is initialized.
def group(name=nil)
@group ||= if name
name