# File lib/neovim/plugin.rb, line 23 def specs @handlers.inject([]) do |acc, handler| handler.qualified? ? acc + [handler.to_spec] : acc end end