method

parsearg_no_options

rails latest stable - Class: ToplevelInstaller

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

parsearg_no_options()
public

No documentation available.

# File actionwebservice/setup.rb, line 811
  def parsearg_no_options
    unless ARGV.empty?
      setup_rb_error "#{task}:  unknown options: #{ARGV.join ' '}"
    end
  end