class Object
Constants
- VIM
The
VIM
module provides backwards compatibility for the:ruby
,:rubyfile
, and:rubydo
vim
functions.
Public Instance Methods
to_msgpack(packer)
click to toggle source
# File lib/neovim/ruby_provider/object_ext.rb, line 2 def to_msgpack(packer) packer.pack(to_s) end