method

bin_when_updating

bin_when_updating()
public

No documentation available.

# File railties/lib/rails/generators/rails/app/app_generator.rb, line 95
    def bin_when_updating
      bin

      if options[:skip_javascript]
        remove_file "bin/yarn"
      end
    end