13 14 15
# File 'lib/structural/model.rb', line 13 def unset(*keys) self.class.new(data.except(*keys.map(&:to_sym))) end