Skip to content

JonathanRaiman/box_puts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Puts

Output text in a framed box, with a title.

┌─────[Hello World]──────────────────────────────────────────────────┐
│                   box_puts let you put text in                     │
│                              boxes!                                │
└────────────────────────────────────────────────────────────────────┘

Usage

To get started gem install box_puts, then:

require 'box_puts'

BoxPuts.show(
	:title => "Hello World",
	:align => "center",
	:lines => ["box_puts let you put text in", "boxes!"]
)
┌─────[Hello World]──────────────────────────────────────────────────┐
│                   box_puts let you put text in                     │
│                              boxes!                                │
└────────────────────────────────────────────────────────────────────┘
#=> nil

About

Output text in a framed box, with a title.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages