method

delete_bin_yarn_if_skip_yarn_option

rails latest stable - Class: Rails::Generators::AppGenerator

Method deprecated or moved

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

delete_bin_yarn_if_skip_yarn_option()
public

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 470
      def delete_bin_yarn_if_skip_yarn_option
        remove_file "bin/yarn" if options[:skip_yarn]
      end