Exception: VFS::Informative

Inherits:
PlainInformative show all
Defined in:
lib/yaml_vfs.rb

Overview

Informative

Instance Method Summary collapse

Instance Method Details

#messageObject



14
15
16
# File 'lib/yaml_vfs.rb', line 14

def message
  super !~ /\[!\]/ ? "[!] #{super}\n".red : super
end