マージンを表現するモジュール。
[Source]
# File lib/document_styles.rb, line 108 108: def initialize 109: @rectangle = { 110: :top => 0.0, 111: :bottom => 0.0, 112: :left => 0.0, 113: :right => 0.0 114: } 115: end
[Validate]