Method: Texas::OutputHelper::TraceInfo#left

Defined in:
lib/texas/output_helper.rb

#leftObject



41
42
43
44
45
# File 'lib/texas/output_helper.rb', line 41

def left
  l = (@left.to_s + " ").rjust(COL_LENGTH)
  l = l.__send__(@color) if @color
  l.bold
end