Sha256: 66f24fe22c0b31bab5a5fbb5ea47ae131a2cbc3c91c38a57aedf5a1b92f9f25e
Contents?: true
Size: 309 Bytes
Versions: 8
Compression:
Stored size: 309 Bytes
Contents
# Copyright (c) 2008 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. dir = File.join(File.expand_path(File.dirname(__FILE__)), 'snippets') glob = File.join(dir, '**', '*.rb') Dir[glob].each do |snippet| require(snippet) end
Version data entries
8 entries across 8 versions & 3 rubygems