class Loom::Facts::YAMLFactFileProvider
Public Instance Methods
convert_path_to_map(path)
click to toggle source
# File lib/loom/facts/fact_file_provider.rb, line 65 def convert_path_to_map(path) YAML.load_file path end