Module: Gem::Comparator::Report::Signs
- Included in:
- Base, NestedSection
- Defined in:
- lib/rubygems/comparator/report.rb
Instance Method Summary collapse
Instance Method Details
#different ⇒ Object
30 31 32 |
# File 'lib/rubygems/comparator/report.rb', line 30 def different Rainbow('DIFFERENT').red.bright end |
#same ⇒ Object
26 27 28 |
# File 'lib/rubygems/comparator/report.rb', line 26 def same Rainbow('SAME').green.bright end |