Skip to content

Instantly share code, notes, and snippets.

@wycats
Created September 10, 2008 00:50
Show Gist options
  • Save wycats/9799 to your computer and use it in GitHub Desktop.
Save wycats/9799 to your computer and use it in GitHub Desktop.
module Foo
class Bar < Thor
desc "awesome", "say awesome"
def awesome
puts "Awesome"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment