#!/usr/bin/ruby.ruby2.5 

begin
  require 'cheat'
rescue LoadError
  require 'rubygems'
  require 'cheat'
end

Cheat.sheets(ARGV)
