Class: Proxy::Dynflow::Plugin

Inherits:
Plugin
  • Object
show all
Defined in:
lib/smart_proxy_dynflow/plugin.rb

Class Method Summary collapse

Class Method Details

.internal_core_available?Boolean

Returns:

  • (Boolean)


23
24
25
26
27
28
29
# 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