Module: RubyCoded::Initializer::Cover

Defined in:
lib/ruby_coded/initializer/cover.rb

Overview

Cover class for printing the cover of the RubyCoded gem

Constant Summary collapse

<<~'COVER'

       /\
      /  \
     /    \         ____        _              ____          _          _
    /------\       |  _ \ _   _| |__  _   _   / ___|___   __| | ___  __| |
   /  \  /  \      | |_) | | | | '_ \| | | | | |   / _ \ / _` |/ _ \/ _` |
  /    \/    \     |  _ <| |_| | |_) | |_| | | |__| (_) | (_| |  __/ (_| |
  \    /\    /     |_| \_\\__,_|_.__/ \__, |  \____\___/ \__,_|\___|\__,_|
   \  /  \  /                         |___/
    \/    \/
     \    /                           v%<version>s
      \  /
       \/

COVER

Class Method Summary collapse

Class Method Details



24
25
26
# File 'lib/ruby_coded/initializer/cover.rb', line 24

def self.print_cover_message
  puts BANNER.sub("%<version>s", RubyCoded::VERSION)
end