Method: Neovim::Buffer#line

Defined in:
lib/neovim/remote_object.rb

#lineObject

Legacy functions



166
167
168
# File 'lib/neovim/remote_object.rb', line 166

def line
  call_api :get_current_line if active?
end