Proxy::Plugin
# File lib/smart_proxy_dynflow/plugin.rb, line 23 def self.internal_core_available? @core_available ||= begin require 'smart_proxy_dynflow_core' true rescue LoadError # rubocop:disable Lint/HandleExceptions end end