lib/awestruct/layouts.rb in awestructx-0.4.0 vs lib/awestruct/layouts.rb in awestructx-0.4.1.x1

- old
+ new

@@ -2,9 +2,10 @@ module Awestruct class Layouts < Array def find_matching(simple_name, output_extension) + # puts "find matching ( #{simple_name}, #{output_extension} )" self.find{|e| ( e.simple_name == simple_name ) && ( e.output_extension == output_extension ) } end