Sha256: d982b3980ca854d18c8bf784a7c2adab33d71c3a63850b2707f47b7d1e6533e6
Contents?: true
Size: 434 Bytes
Versions: 20
Compression:
Stored size: 434 Bytes
Contents
#!/usr/bin/env ruby # Bundler and rubygems maintain a set of directories from which to # load gems. If Bundler is loaded, let it determine what can be # loaded. If it's not loaded, then use rubygems. But do this before # loading any facter code, so that our gem loading system is sane. if not defined? ::Bundler begin require 'rubygems' rescue LoadError end end require 'facter/application' Facter::Application.run(ARGV)
Version data entries
20 entries across 20 versions & 1 rubygems