Method: Texas::OutputHelper::TraceInfo#right

Defined in:
lib/texas/output_helper.rb

#rightObject



47
48
49
50
51
# File 'lib/texas/output_helper.rb', line 47

def right
  r = @right.to_s
  r = r.__send__(@color) if @color
  r
end