File: ruby_helper.hpp

package info (click to toggle)
facter 3.11.0-2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,576 kB
  • sloc: cpp: 22,910; python: 2,349; ruby: 936; sh: 72; makefile: 41
file content (8 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#pragma once
#include <facter/facts/collection.hpp>
#include <facter/facts/value.hpp>
#include <string>

bool load_custom_fact(std::string const& filename, facter::facts::collection& facts);

std::string ruby_value_to_string(facter::facts::value const* value);