Method: Neovim::RemoteObject#to_mpdata
- Defined in:
- lib/neovim/remote_object.rb
#to_mpdata(packer = nil) ⇒ Object
80 81 82 83 84 |
# File 'lib/neovim/remote_object.rb', line 80 def to_mpdata packer = nil b = MPLight::BufferIO.new TRANSFER.do_output b do TRANSFER.put @index end b.data end |