Sha256: 232795180ee00375a6fd5acc103fd25a737f59ce9d2a6303a6ee9fff90ec15f7
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
# frozen_string_literal: true %w[ version debug_util regex_util hash_util path_util file_util url_util object_util numeric_util chain ].each do |filename| require File.expand_path("../rordash/#{filename}", Pathname.new(__FILE__).realpath) end module Rordash class << self def chain(value) Chain.new(value.dup) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rordash-0.1.2 | lib/rordash.rb |