outrightmental/renote

View on GitHub
lib/renote.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'require_all'
require_all File.expand_path('../../lib', __FILE__)

module Renote
  module Cli
=begin
    puts '                   _         '
    puts '   ___ ___ ___ ___| |_ ___   '
    puts '  |  _| -_|   | . |  _| -_|  '
    puts '  |_| |___|_|_|___|_| |___|  '
    puts '                             '
=end
  end
end