Index: builders.rb =================================================================== --- builders.rb (revision 18787) +++ builders.rb (working copy) @@ -31,7 +31,7 @@ else raise "No builder for format #{format}" end - if block + if block_given? block.call(builder) else builder