Sha256: a4a72a70ed9abc36f45a1e587efd388ba65ff87d5e61fbc21ea4fd6446ad2b21
Contents?: true
Size: 222 Bytes
Versions: 5
Compression:
Stored size: 222 Bytes
Contents
module Kuby module Utils autoload :SemVer, 'kuby/utils/sem_ver' autoload :Table, 'kuby/utils/table' autoload :Which, 'kuby/utils/which' def self.which(*args) Which.which(*args) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
kuby-core-0.20.2 | lib/kuby/utils.rb |
kuby-core-0.20.1 | lib/kuby/utils.rb |
kuby-core-0.20.0 | lib/kuby/utils.rb |
kuby-core-0.19.0 | lib/kuby/utils.rb |
kuby-core-0.18.0 | lib/kuby/utils.rb |