Created
September 1, 2010 03:38
-
-
Save anthonycrumley/560184 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Tool < Thor | |
desc "up", "Makes our customer support folks happy." | |
method_options %w( dry_run -d ) => false | |
def up | |
# do something useful... | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment