Skip to content

Instantly share code, notes, and snippets.

@josevalim
Created June 13, 2009 09:45
Show Gist options
  • Save josevalim/129169 to your computer and use it in GitHub Desktop.
Save josevalim/129169 to your computer and use it in GitHub Desktop.
class Amazing < Thor::Group
include Actions
def self.source_root
end
def copy
copy_file "my_file"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment