Method: String#grey

Defined in:
lib/ec2/ext/string.rb

#greyObject



30
31
32
# File 'lib/ec2/ext/string.rb', line 30

def grey
  colorize("90")
end