Method: Paperdragon::Metadata#to_hash

Defined in:
lib/paperdragon/metadata.rb

#to_hashObject

Consider this semi-public. This is used the make the metadata hash serialisable (as a plain hash).



20
21
22
# File 'lib/paperdragon/metadata.rb', line 20

def to_hash
  Hash[self]
end