Method: CommentBox#spacelines=

Defined in:
lib/commentbox.rb

#spacelines=(value) ⇒ Object (writeonly)

instance setter methods



109
110
111
# File 'lib/commentbox.rb', line 109

def spacelines=(value)
  @spacelines = value
end