23 24 25
# File 'lib/jsonize.rb', line 23 def instance_attrs self.attribute_names.map {|a| [a.to_sym, true] }.to_h end