Class: String

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

Overview

Resilience Core Ruby Extensions

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

Instance Method Summary collapse

Instance Method Details

#indented(places = 1) ⇒ Object



7
8
9
# File 'lib/resilience/core_ext.rb', line 7

def indented(places=1)
  rjust(places, '0').upcase
end