Sha256: 0793a2dd6faf2dd4c8b9a23dd18cb304f5a0f92c9f3337c3f12bb8cc0e1b6b38
Contents?: true
Size: 404 Bytes
Versions: 4
Compression:
Stored size: 404 Bytes
Contents
# This file is part of the "Utopia Framework" project, and is released under the MIT license. # Copyright 2010 Samuel Williams. All rights reserved. # See <utopia.rb> for licensing details. require 'pathname' Pathname.new(__FILE__).dirname.entries.each do |path| next unless /\.rb$/ === path.to_s name = File.basename(path.to_s, ".rb") if name != "all" require "utopia/tags/#{name}" end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
utopia-0.10.0 | lib/utopia/tags/all.rb |
utopia-0.9.61 | lib/utopia/tags/all.rb |
utopia-0.9.60 | lib/utopia/tags/all.rb |
utopia-0.9.59 | lib/utopia/tags/all.rb |