Class: String

Inherits:
Object show all
Defined in:
lib/motion-bundler/simulator/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#greenObject



57
58
59
# File 'lib/motion-bundler/simulator/core_ext.rb', line 57

def green
  colorize 32
end

#redObject



60
61
62
# File 'lib/motion-bundler/simulator/core_ext.rb', line 60

def red
  colorize 31
end

#yellowObject



54
55
56
# File 'lib/motion-bundler/simulator/core_ext.rb', line 54

def yellow
  colorize 33
end