Method: #_warn
- Defined in:
- lib/cloud_formation_tool.rb
#_warn(message = nil, &block) ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/cloud_formation_tool.rb', line 26 def _warn( = nil, &block) logger.warn(if .nil? yield else end) end |
26 27 28 29 30 31 32 |
# File 'lib/cloud_formation_tool.rb', line 26 def _warn( = nil, &block) logger.warn(if .nil? yield else end) end |