class Benchmark::IPS::Job::Entry
def label_rjust
-
(String)
- Right justified label.
def label_rjust if @label.size > 20 "#{@label}\n#{' ' * 20}" else @label.rjust(20) end end
(String)
- Right justified label.
def label_rjust if @label.size > 20 "#{@label}\n#{' ' * 20}" else @label.rjust(20) end end