Module: ByebugCleaner
- Included in:
- Cleaner
- Defined in:
- lib/byebug/cleaner/output.rb,
lib/byebug/cleaner/parser.rb,
lib/byebug/cleaner/cleaner.rb,
lib/byebug/cleaner/version.rb
Defined Under Namespace
Classes: ArgumentParser, Cleaner
Constant Summary
collapse
- VERSION =
'0.1.2'
Class Method Summary
collapse
Class Method Details
.cyan_str(string) ⇒ Object
5
6
7
|
# File 'lib/byebug/cleaner/output.rb', line 5
def self.cyan_str string
"\e[36m#{string}\e[0m"
end
|
.green_str(string) ⇒ Object
2
3
4
|
# File 'lib/byebug/cleaner/output.rb', line 2
def self.green_str string
"\e[32m#{string}\e[0m"
end
|