Sha256: f8f7eb7c562c4f4dcb6a0878c8ff2e3a52a2eab76934e33f9af0c50dfa150859
Contents?: true
Size: 384 Bytes
Versions: 31
Compression:
Stored size: 384 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("node") do |transaction, state| path = Utopia::Path.create(state[:path]) node = transaction.lookup_node(path) transaction.render_node(node) end
Version data entries
31 entries across 31 versions & 1 rubygems