From 50460337fd2e93a846727970733ee1436aaae6be Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 21 Dec 2013 20:19:25 +0900 Subject: [PATCH] Add 'group should not be changed' to Pry::Command.group . --- lib/pry/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pry/command.rb b/lib/pry/command.rb index 4b3cb9de..158fa3f4 100644 --- a/lib/pry/command.rb +++ b/lib/pry/command.rb @@ -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