method

remove_argument

ruby latest stable - Class: Bundler::Thor::Base::ClassMethods

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

remove_argument(*names)
public

Removes a previous defined argument. If :undefine is given, undefine accessors as well.

Parameters

names

Arguments to be removed

Examples

remove_argument :foo
remove_argument :foo, :bar, :baz, :undefine => true