require 'dev/ui' module Dev module UI module Box module Heavy VERT = '┃' HORZ = '━' DIV = "┣" TL = '┏' BL = '┗' end end end end