# File lib/gruff/base.rb, line 250
    def margins=(margin)
      @top_margin = @left_margin = @right_margin = @bottom_margin = margin
    end