Method: UI.sepL

Defined in:
lib/ruby_doc/cli/ui.rb

.sepLObject

—————–separators——————-



442
443
444
# File 'lib/ruby_doc/cli/ui.rb', line 442

def self.sepL 
  "=".cyan*28 + "=".white*28
end