method
skip_gem?
v8.1.1 -
Show latest stable
- Class:
Rails::Command::App::UpdateCommand
skip_gem?(gem_name)private
No documentation available.
# File railties/lib/rails/commands/app/update_command.rb, line 90
def skip_gem?(gem_name)
gem gem_name
false
rescue LoadError
true
end