Sha256: f80794ac214933d7f37259dc25a2b6bf1f248e7518a1ed45a2fbff3ac5a4f3db
Contents?: true
Size: 270 Bytes
Versions: 24
Compression:
Stored size: 270 Bytes
Contents
<?xml version="1.0"?> <entry> <title>#{@entry.title}</title> <date>#{@entry.create_time.strftime('%B %e, %G')}</date> <body>#{@entry.body}</body> <comments> <?r for comment in @entry.comments ?> <comment>#{comment.body}</comment> <?r end ?> </comments> </entry>
Version data entries
24 entries across 14 versions & 1 rubygems