yatmsu
12/2/2015 - 4:23 PM

yo.thor

yo.thor

require 'thor'

class Gist < Thor
  desc 'yo', 'gist sample task'
  def yo
    puts 'hey!'
  end
end