Guest User

Untitled

a guest
May 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def display(msg, newline=true)
  2. msg = Wirble::Colorize.colorize(msg) if @options and @options[:colorize]
  3. super msg, newline
  4. end
Add Comment
Please, Sign In to add comment