Skip to content

Instantly share code, notes, and snippets.

@skwp
Created February 9, 2015 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwp/b09266a62cd29b9c8ffc to your computer and use it in GitHub Desktop.
Save skwp/b09266a62cd29b9c8ffc to your computer and use it in GitHub Desktop.
class YamlErb
# Loads a yaml file that contains erb
def self.load_file(path)
YAML.load(ERB.new(File.read(path)).result)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment