module Mutter
Constants
- ANSI
-
ANSI
color & transform codesIf 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
Source
# File lib/mutter.rb, line 65 def watch begin yield rescue Interrupt puts exit 0 end end
Utility function, to make a block interruptible
Also aliased as: oo