Method: Count.putsline

Defined in:
lib/count.rb

.putslineObject



59
60
61
# File 'lib/count.rb', line 59

def self.putsline 
  puts ("=" * 50).yellow
end