Module: Squared::Common::Format

Constant Summary

Constants included from Squared::Common

ARG, PATH

Instance Method Summary collapse

Instance Method Details

#enable_aixtermObject



42
43
44
45
46
47
# File 'lib/squared/common/format.rb', line 42

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

#enable_drawingObject



49
50
51
52
53
# File 'lib/squared/common/format.rb', line 49

def enable_drawing
  ARG[:GRAPH] = BOX_GRAPH
  ARG[:BORDER] = BOX_BORDER
  self
end