# Part of the Dallas Ruby "Best and Worst of 2011" showcase at the December 2011 meeting # http://groups.google.com/group/dallasrb/browse_thread/thread/998dd95dd4677042 # Shame @followings = current_profile.watch_events # NO LIMIT # Fav # Recursive Module Includes - yaml_dot_notation.rb # This is an attempt to try to create a Hashie like dot notation # for accessing nested elements within a yaml file. # This seems a little "clever" but for certain uses, # like tranversing a single branch of a very large yaml, # it might prove more effective than other methods.