lib/neovim/remote_object.rb in neovim-0.6.2 vs lib/neovim/remote_object.rb in neovim-0.7.0

- old
+ new

@@ -29,10 +29,10 @@ super end end # Extend +respond_to?+ to support RPC methods. - def respond_to?(method_name) + def respond_to?(method_name, *) super || rpc_methods.include?(method_name.to_sym) end # Extend +methods+ to include RPC methods def methods(*args)