Module: SistemKebut::Paragraph::InnerParagraph
Instance Method Summary collapse
Instance Method Details
#gandakan_spacing ⇒ Object
14 15 16 |
# File 'lib/sks/paragraph/dasar.rb', line 14 def gandakan_spacing @spacing = :ganda end |
#kecilkan_spacing ⇒ Object
10 11 12 |
# File 'lib/sks/paragraph/dasar.rb', line 10 def kecilkan_spacing @spacing = :kecil end |
#struktur ⇒ Object
18 19 20 |
# File 'lib/sks/paragraph/dasar.rb', line 18 def struktur return @struktur end |
#ubah_ukuran(n) ⇒ Object
6 7 8 |
# File 'lib/sks/paragraph/dasar.rb', line 6 def ubah_ukuran(n) @fsize = n * 2 end |