Sha256: 9850f3778a0aea3cb0ba0ae142cf9849a00d74510f8b72af818a2968fb8ab16e
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
# frozen_string_literal: true module Lite module Command class Simple class << self def call(*args) raise Lite::Command::NotImplementedError unless defined?(command) command end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lite-command-1.0.0 | lib/lite/command/simple.rb |