# File lib/new_relic/agent/instrumentation/active_record_helper.rb, line 115
        def split_name(name)
          if name && name.respond_to?(:split)
            name.split(SPACE)
          else
            EMPTY
          end
        end