Class: StableProfile::String

Inherits:
Object
  • Object
show all
Defined in:
lib/stable_profile.rb

Overview

TODO: Create command line options:

--iterations 10
--top-slowest-examples 10

Instance Method Summary collapse

Instance Method Details

#boldObject



17
18
19
# File 'lib/stable_profile.rb', line 17

def bold
  "\e[1m#{self}\e[22m" 
end