Yields:
43 44 45 46
# File 'lib/moonshot/interactive_logger_proxy.rb', line 43 def start(str) @logger.info(str) yield Step.new(@logger) end