Method: #error
- Defined in:
- lib/cloud_formation_tool.rb
#error(message = nul, &block) ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/cloud_formation_tool.rb', line 34 def error( = nul, &block) logger.error(if .nil? yield else end) end |