Method: Neovim::DslBase::Plugins#specs
- Defined in:
- lib/neovim/handler.rb
#specs ⇒ Object
81 82 83 |
# File 'lib/neovim/handler.rb', line 81 def specs @handlers.map { |_,handler| handler.spec } end |
81 82 83 |
# File 'lib/neovim/handler.rb', line 81 def specs @handlers.map { |_,handler| handler.spec } end |