Sha256: f8cda49c41b2a92a9ab0d480f073dfa04e629fc8d54ea0137d7680ce92e8f50a
Contents?: true
Size: 309 Bytes
Versions: 7
Compression:
Stored size: 309 Bytes
Contents
# Copyright (c) 2006 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
7 entries across 7 versions & 1 rubygems