# File lib/automateit/interpreter.rb, line 275 def log(value=nil) if value.nil? return defined?(@log) ? @log : nil else @log = value end end