Method: String#repeat_to
- Defined in:
- lib/crypto_toolchain/extensions/string_extensions.rb
#repeat_to(len) ⇒ Object
72 73 74 |
# File 'lib/crypto_toolchain/extensions/string_extensions.rb', line 72 def repeat_to(len) ljust(len, self) end |