Module: Gem::Comparator::Report::Signs

Included in:
Base, NestedSection
Defined in:
lib/rubygems/comparator/report.rb

Instance Method Summary collapse

Instance Method Details

#differentObject



30
31
32
# File 'lib/rubygems/comparator/report.rb', line 30

def different
  Rainbow('DIFFERENT').red.bright
end

#sameObject



26
27
28
# File 'lib/rubygems/comparator/report.rb', line 26

def same
  Rainbow('SAME').green.bright
end