Module: Squared::Common::Format

Includes:
Squared::Common
Defined in:
lib/squared/common/format.rb

Instance Method Summary collapse

Instance Method Details

#enable_aixtermObject



33
34
35
36
37
38
# File 'lib/squared/common/format.rb', line 33

def enable_aixterm
  unless (colors = __get__(:colors)).frozen?
    colors.merge!(AIX_TERM)
  end
  block_given? ? yield(self) : self
end