<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -50,6 +50,8 @@ module Nagoro
       @pipes.each do |pipe|
         if pipe.respond_to?(:new)
           io = pipe.new(io).result
+        elsif pipe.respond_to?(:call)
+          io = pipe.call(io)
         else
           io = Pipe.const_get(pipe).new(io).result
         end</diff>
      <filename>lib/nagoro/template.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e3beb9b6132b98808b3edf2c358d7e02cf1ab82b</id>
    </parent>
  </parents>
  <author>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </author>
  <url>http://github.com/manveru/nagoro/commit/c4d0186e86c4a1df3c275febcf96eaf8aa789d80</url>
  <id>c4d0186e86c4a1df3c275febcf96eaf8aa789d80</id>
  <committed-date>2009-10-15T10:10:53-07:00</committed-date>
  <authored-date>2009-10-15T10:10:53-07:00</authored-date>
  <message>Allow pipes that only respond to #call</message>
  <tree>24775b409456689de0bfe20b230d2e232000bc7f</tree>
  <committer>
    <name>Michael Fellinger</name>
    <email>m.fellinger@gmail.com</email>
  </committer>
</commit>
