# File src/field.rb, line 30
  def dimension(w, h)
    @w, @h = w, h
    @field = nil
  end