class Eax::FileTypes::ImportantType

Public Instance Methods

output(string) click to toggle source
# File lib/eax.rb, line 192
def output(string)
  color.yellow.underline.bold string
end