Method: Config#should_app_start_with?

Defined in:
lib/core/config.rb

#should_app_start_with?(app_name) ⇒ Boolean

Returns:

  • (Boolean)


91
92
93
# File 'lib/core/config.rb', line 91

def should_app_start_with?(app_name)
  apps[app_name.to_sym]&.dig(:match_if_app_name_starts_with) || false
end