ext/facter/leatherman/ruby/inc/leatherman/ruby/api.hpp in facter-3.11.6.cfacter.20181031 vs ext/facter/leatherman/ruby/inc/leatherman/ruby/api.hpp in facter-3.12.0.cfacter.20180918

- old
+ new

@@ -208,13 +208,9 @@ */ VALUE (* const rb_gv_get)(char const*); /** * See MRI documentation. */ - VALUE (* const rb_gv_set)(char const*, VALUE); - /** - * See MRI documentation. - */ VALUE (* const rb_eval_string)(char const*); /** * See MRI documentation. */ VALUE (* const rb_funcall)(VALUE, ID, int, ...);