Method: CPuts.set_preffix_and_suffix
- Defined in:
- lib/cputs.rb
.set_preffix_and_suffix(*args) ⇒ Object
Sets both the preffix and suffix for the output
41 42 43 |
# File 'lib/cputs.rb', line 41 def CPuts.set_preffix_and_suffix(*args) CPuts::Functions.preffix_and_suffix *args end |