Method: Datadog::AppSec::Assets.dir
- Defined in:
- lib/datadog/appsec/assets.rb
.dir ⇒ Object
37 38 39 40 41 |
# File 'lib/datadog/appsec/assets.rb', line 37 def dir # Happens only if this file is evaluated standalone, which should not happen # Necessary to make type-checker happy with a non-nilable return value __dir__ || raise('Unexpected file eval') end |