# File lib/cgikit.rb, line 1207 def to_s to_s = '' if ( ( ( not @attr_negate ) and @attr_condition ) or \ ( ( not @attr_condition ) and @attr_negate ) ) then parser = CKHTMLParser.new( parent, body ) to_s = parser.parse end to_s end