Method: BusinessError#all

Defined in:
lib/business_error.rb

#allObject



72
73
74
# File 'lib/business_error.rb', line 72

def all
  puts defs_tree.stringify_keys.to_yaml.gsub(' :', ' ')
end