12 13 14 15
# File 'lib/lucid_report.rb', line 12 def except!(*keys) keys.each { |key| delete(key) } self end