Sha256: b387b8a18d57990fee302841b88c464b8f5a7fa0869620737d0693d4c8c4e9a9

Contents?: true

Size: 1006 Bytes

Versions: 22

Compression:

Stored size: 1006 Bytes

Contents

PASTEL OBJECT TYPE
  NAME: pastel
  SHORTCUT: pastel

  DESCRIPTION
    Show colorized text with the pastel gem.

  CHILDREN
    text - string
      The text that will be colorized.
    color - string
      The colors.  See pastel for options.

  MESSAGES
    show - Show the colorized text.

  EXAMPLE

    pastel [can] :
      on_load [script] :
        tell pastel.one to show
        tell pastel.two to show
        tell pastel.three to show
        tell pastel.four to show
        tell pastel.five to show
      one [pastel] :
        text [string] : Something New
        color [string] : white on_green
      two [pastel] :
        text [string] : Star Wars
        color [string] : red
      three [pastel] :
        text [string] : Many_Dimensions
        color [string] : blue
      four [pastel] :
        text [string] : As An Arrow
        color [string] : yellow on_blue
      five [pastel] :
        text [string] : Cranium
        color [string] : white on_yellow

  SEE ALSO
    colorize

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-1.0.0 lib/gloo/help/objs/cli/pastel.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/cli/pastel.txt
gloo-0.8.0 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.7 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.6 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.5 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.4 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.3 lib/gloo/help/objs/cli/pastel.txt
gloo-0.7.2 lib/gloo/help/objs/cli/pastel.txt