Class: IRB::HelperMethod::Base
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Instance Chain: 
          self,
          Singleton
         | |
| Inherits: | Object | 
| Defined in: | lib/irb/helper_method/base.rb | 
Class Method Summary
Class Method Details
.description(description = nil)
[ GitHub ]# File 'lib/irb/helper_method/base.rb', line 9
def description(description = nil) @description = description if description @description end