Sha256: 97dfd375963baabc9b9b68dc89d6fad3ae6b50f3273adc83555a07116ec4cc07
Contents?: true
Size: 226 Bytes
Versions: 1
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true require "pathname" require "thor" require "yaml" Dir[File.join(__dir__, "manifold", "**", "*.rb")].sort.each do |file| require file end module Manifold class Error < StandardError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
manifold-cli-0.0.7 | lib/manifold.rb |