Module Mutter
In: lib/mutter.rb
lib/mutter/indenter.rb
lib/mutter/mutterer.rb
lib/mutter/table.rb

Methods

indenter   new   oo   process   say   stylize   watch  

Classes and Modules

Class Mutter::Indenter
Class Mutter::Mutterer
Class Mutter::Table

Constants

ANSI = { :reset => 0, :transforms => { :bold => [1, 22], :underline => [4, 24], :blink => [5, 25], :inverse => [7, 27]   ANSI color & transform codes
  If the value's an array,
  [0] is the start code
  and [1] is the end code.

  Colors all have the same
  reset code (39).

Public Class methods

Public Instance methods

oo()

Alias for watch

Utility function, to make a block interruptible

[Validate]