# File mrplot/helpers.rb, line 161
    def perimeter
      2*(@width+@height)
    end