# File src/card.rb, line 97
  def text(area, &block)
    @area = area
    @@area = area
    @text = block
    @@text = @text
  end