Sha256: ecdf6177c6cb5bc126e63786d62d9dd0e30f414356bb06704f5071f9b9c2ec8c
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
# frozen_string_literal: true module Umwelt::Command class Base < Umwelt::Abstract::Interactor end end require_relative './command/clone' require_relative './command/convey'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
umwelt-0.2 | lib/umwelt/command.rb |