28 29 30
# File 'lib/ad-framework/fields.rb', line 28 def to_hash self.inject({}){|h, (k,v)| h.merge({ k => v }) } end