Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/pratt/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#with_label(label) ⇒ Object



21
22
23
# File 'lib/pratt/core_ext/string.rb', line 21

def with_label label
  "#{padded_to_max(label)} #{self}"
end