class Phlex::SGML
def capture(*args, &block)
def capture(*args, &block) return "" unless block if args.length > 0 @_context.capturing_into(+"") { __yield_content_with_args__(*args, &block) } else @_context.capturing_into(+"") { __yield_content__(&block) } end end