# File lib/caesars/hash.rb, line 13 13: def method_missing(meth) 14: STDERR.puts "Caesars::Hash.method_missing: #{meth}" if Caesars.debug? 15: self[meth] || self[meth.to_s] 16: end