<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/dynasnip_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -69,7 +69,9 @@ class Dynasnip &lt; Vanilla::Renderers::Base
   end
   
   def method_missing(method, *args)
-    if part = self.class.attribute(method)
+    if snip = Vanilla.snip(snip_name)
+      snip.get_value(method)
+    elsif part = self.class.attribute(method)
       part
     else
       super</diff>
      <filename>lib/vanilla/dynasnip.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>731e9e41a80c6b70e307084d4f08e4622ccdc8ab</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/vanilla-rb/commit/f783a8c4bee1d67ae247df60d6cfc19a7be474b5</url>
  <id>f783a8c4bee1d67ae247df60d6cfc19a7be474b5</id>
  <committed-date>2008-06-01T05:20:21-07:00</committed-date>
  <authored-date>2008-06-01T05:19:38-07:00</authored-date>
  <message>Dynasnip attributes changes should be reflected without restarting the server (fixes Ticket #4)</message>
  <tree>c14aa47583b1930c8e4aeb7736ad31a40151c77a</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
