Method: Slither::Section#spacer

Defined in:
lib/slither/section.rb

#spacer(length) ⇒ Object



27
28
29
# File 'lib/slither/section.rb', line 27

def spacer(length)
  column(:spacer, length)
end