Module: Buildmeister::StringUtils
- Included in:
- Base, Project, Lighthouse::Project
- Defined in:
- lib/buildmeister/string_utils.rb
Instance Method Summary collapse
Instance Method Details
#divider(char = '-', size = 10) ⇒ Object
3 4 5 |
# File 'lib/buildmeister/string_utils.rb', line 3 def divider(char = '-', size = 10) char * size end |