Skip to content

Instantly share code, notes, and snippets.

@anthonycrumley
Created September 1, 2010 03:38
Show Gist options
  • Select an option

  • Save anthonycrumley/560184 to your computer and use it in GitHub Desktop.

Select an option

Save anthonycrumley/560184 to your computer and use it in GitHub Desktop.
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