instance method parse!

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

parse!(args)

No documentation comment.

Parameters

args req
Source
# File railties/lib/rails/commands/plugin.rb, line 439
      def parse!(args)
        options.parse!(args)
        if args.blank?
          puts options
          exit 1
        end
        root = @base_command.environment.root
        args.each do |name|
          ::Plugin.new(name).uninstall
        end
      end

Defined in railties/lib/rails/commands/plugin.rb line 439 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Rails::Commands::Remove

Type at least 2 characters to search.

↑↓ navigate · open · esc close