Method: Cinch::Helpers#Format
- Defined in:
- lib/cinch/helpers.rb
#Format(*settings, string) ⇒ String Also known as: Color
Returns the formatted string.
183 184 185 |
# File 'lib/cinch/helpers.rb', line 183 def Format(*settings, string) Formatting.format(*settings, string) end |