Method: CutePrint::Labeler.label

Defined in:
lib/cute_print/labeler.rb

.label(format, width, label, value) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



8
9
10
# File 'lib/cute_print/labeler.rb', line 8

def self.label(format, width, label, value)
  new(format, width, label, value).labeled
end