Skip to content

Instantly share code, notes, and snippets.

View hooptie45's full-sized avatar
:octocat:

Shaun Hannah hooptie45

:octocat:
View GitHub Profile
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"