46 47 48 49 50
# File 'lib/xmi/parser_pipeline.rb', line 46 def self.call(ctx) root = ctx[:root] root.build_index if root.respond_to?(:build_index) ctx end