# File src/card.rb, line 56
  def dimension(w, h)
    @w, @h = w, h
    @@w, @@h = w, h
  end