lib/awestruct/layouts.rb in awestruct-0.4.8 vs lib/awestruct/layouts.rb in awestruct-0.5.0.cr

- old
+ new

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