Sha256: efc0f262547524cbb1e5a40d4d4ace2a78b46a43ef4c3b0fdb4a8a036921b297
Contents?: true
Size: 441 Bytes
Versions: 2
Compression:
Stored size: 441 Bytes
Contents
# Quines This document is a small collection of quines. This documentation is generated from a [Omnitest](https://github.com/omnitest/omnitest) that validated each quine. Examples for <%= scenario %> scenario: <% Omnitest.projects.each do |project| %> ## <%= project %> <%#= project.name %> Source: ```<%#= project.language %> <%#= project.sample_code_for scenario %> ``` Output: ``` <%#= project.result_for scenario %> ``` <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omnitest-0.2.2 | spec/fixtures/src-doc/quine.md.erb |
omnitest-0.2.1 | spec/fixtures/src-doc/quine.md.erb |