Google

def instruction name, instruction if @has_listeners handle( processing_instruction:processing_instruction, name, instruction ) { |ob| ob.processing_instruction( name, instruction ) } else handle( processing_instruction:processing_instruction, name, instruction ) end end