Skip to content

Instantly share code, notes, and snippets.

View kostia's full-sized avatar

Kostia Newt kostia

  • JustRelate
  • Berlin, Germany
View GitHub Profile
@kostia
kostia / README.md
Created February 23, 2012 14:56
Plugin for HashWithStructAccess for loading YAML from string and from files

HashWithStructAccessYamlLoader

# In you Gemfile
gem("hash_with_struct_access_yaml_loader", :git => "git://gist.github.com/1893175.git")

# In your code
HashWithStructAccess.load_yaml_file("load_me.yml")