# File lib/neovim/window.rb, line 42
    def width=(width)
      set_width(width)
      width
    end