module ByebugCleaner
Constants
- VERSION
Public Class Methods
cyan_str(string)
click to toggle source
# File lib/byebug/cleaner/output.rb, line 5 def self.cyan_str string "\e[36m#{string}\e[0m" end
green_str(string)
click to toggle source
# File lib/byebug/cleaner/output.rb, line 2 def self.green_str string "\e[32m#{string}\e[0m" end