lib/repo_manager/extensions/hash.rb in repo_manager-0.7.2 vs lib/repo_manager/extensions/hash.rb in repo_manager-0.7.3

- old
+ new

@@ -50,10 +50,10 @@ # writing to your hash. Keys are written as symbols # # Note that MethodWriter also overrides #respond_to such # that any #method_name= will respond appropriately as true. # - # @example + # @example Extending the Hash class # # class MyHash < Hash # include RepoManager::Extensions::MethodWriter # end #