Method: #debug
- Defined in:
- lib/cloud_formation_tool.rb
#debug(message = nul, &block) ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/cloud_formation_tool.rb', line 18 def debug( = nul, &block) logger.debug(if .nil? yield else end) end |