method
yarn_through_corepack?
v8.1.1 -
Show latest stable
- Class:
Rails::Generators::AppBase
yarn_through_corepack?()private
No documentation available.
# File railties/lib/rails/generators/app_base.rb, line 562
def yarn_through_corepack?
using_node? and "#{dockerfile_yarn_version}" >= "2"
end