Class | DocumentStyles::BorderWidth |
In: |
lib/document_styles.rb
|
Parent: | Object |
ボーダー幅のモデル。
# File lib/document_styles.rb, line 70 70: def initialize 71: @rectangle = { 72: :top => 0.2, 73: :bottom => 0.2, 74: :left => 0.2, 75: :right => 0.2 76: } 77: end