cm_gem 0.1.2
learning how to create a own gem so i did this using this gem we can add the padding to tha string, string.leftPad(no_of_chars,filler_to_string) For Example: test.leftPad(10,'-') => 'test------' In the same way we can add right padding and center padding too.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
nokogiri
~> 1.0