Sha256: 87b2daebe1a0dc203589c13af1e43ace4ab2d01f3e752b400495953b7a784877
Contents?: true
Size: 380 Bytes
Versions: 29
Compression:
Stored size: 380 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 'pathname' Pathname.new(__FILE__).dirname.entries.grep(/\.rb$/).each do |path| name = File.basename(path.to_s, ".rb") if name != "all" require "utopia/tags/#{name}" end end
Version data entries
29 entries across 29 versions & 1 rubygems