Method: Enumerable#ljust
- Defined in:
- lib/gooddata/extensions/enumerable.rb
#ljust(n, x) ⇒ Object
33 34 35 |
# File 'lib/gooddata/extensions/enumerable.rb', line 33 def ljust(n, x) dup.fill(x, length...n) end |
33 34 35 |
# File 'lib/gooddata/extensions/enumerable.rb', line 33 def ljust(n, x) dup.fill(x, length...n) end |