Class: MyPrecious::LicenseDescription

Inherits:
String
  • Object
show all
Defined in:
lib/myprecious.rb

Overview

Extension of String that can accomodate some additional commentary

The update_info attribute is used to pass information about changes to licensing between the current and recommended version of a dependency, and may be nil.

Instance Attribute Summary collapse

Instance Attribute Details

#update_infoObject

Returns the value of attribute update_info.



423
424
425
# File 'lib/myprecious.rb', line 423

def update_info
  @update_info
end