Top Level Namespace

Defined Under Namespace

Modules: Jsonnet

Instance Method Summary collapse

Instance Method Details

#using_system_libraries?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'ext/jsonnet/extconf.rb', line 4

def using_system_libraries?
  arg_config('--use-system-libraries', !!ENV['JSONNET_USE_SYSTEM_LIBRARIES'])
end