Method: Gruff::Box#stroke_width=

Defined in:
lib/gruff/box.rb

#stroke_width=(value) ⇒ Object (writeonly)

Specifies the stroke width in line. Default is 3.0.



19
20
21
# File 'lib/gruff/box.rb', line 19

def stroke_width=(value)
  @stroke_width = value
end