/ruby_letters

Just for fun!

Primary LanguageRuby

Ruby Letters

Getting Started

  cd ruby_letters
  ruby ruby_letters.rb "Hello World"

With customize color

  cd ruby_letters
  color=blue,white ruby ruby_letters.rb "Hello World"
  • blue : text color
  • white : background color

With rainbow colors

  cd ruby_letters
  color=rainbow ruby ruby_letters.rb "Ruby letters"

Contributors