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

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

Cheat.sheets(ARGV)
