Skip to content

Instantly share code, notes, and snippets.

@dribble13
Created October 18, 2012 05:45
Show Gist options
  • Select an option

  • Save dribble13/3910078 to your computer and use it in GitHub Desktop.

Select an option

Save dribble13/3910078 to your computer and use it in GitHub Desktop.
thor namespace sample 2
class Fuga < Class
namespace :foo
desc "fuga", "fugafuga"
method_option :delete_flg, :type => :boolean, :aliases => "-d"
def fuga()
p "fuga"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment