# File lib/caesars/config.rb, line 46 46: def verbose=(enable) 47: @verbose = enable == true 48: @options[:verbose] = @verbose 49: end