Module | DocumentStyles::StyleBorderWidth |
In: |
lib/document_styles.rb
|
ボーダー幅のスタイルを表すモジュール。
# File lib/document_styles.rb, line 90 90: def border_width 91: @border_width = BorderWidth.new unless @border_width 92: return @border_width 93: end