Sha256: d662263780dda2ca59b4ccccddefa9e1bbf9557c8775b34a3d26f57a17bde2e5
Contents?: true
Size: 307 Bytes
Versions: 31
Compression:
Stored size: 307 Bytes
Contents
# This file is part of the "Utopia Framework" project, and is licensed under the GNU AGPLv3. # Copyright 2010 Samuel Williams. All rights reserved. # See <utopia.rb> for licensing details. require 'utopia/tags' Utopia::Tags.create("fortune") do |transaction, state| "<pre>#{`fortune`.to_html}</pre>" end
Version data entries
31 entries across 31 versions & 1 rubygems