# File lib/neovim/plugin/dsl.rb, line 51 def function(name, options={}, &block) register_handler(:function, name, options, block) end