Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2010 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/623261 to your computer and use it in GitHub Desktop.
Save anonymous/623261 to your computer and use it in GitHub Desktop.
require 'thor'
require 'active_support/inflector'
require 'thor/group'
module Update
module My
class Tasks < Thor
include Thor::Actions
desc "task", "Generate Base App"
def task
thor :update, "make.thor", "http://gist.github.com/623258"
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment