class String

Resilience Core Ruby Extensions

Licensed under the MIT license Copyright © 2015 Red Hat, Inc.

Public Instance Methods

indented(places=1) click to toggle source
# File lib/resilience/core_ext.rb, line 7
def indented(places=1)
  rjust(places, '0').upcase
end