Sha256: 813648c2cc7f8e9680b3a97e6302a3dd8ee656d367da6938ec598f7a0d694f95

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

module ImportmapCLI
  module Commands
    # Base class for all commands
    class BaseCommand
      protected

      def current_dir
        ImportmapCLI.current_dir
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
importmap-cli-0.4.0 lib/importmap_cli/commands/base_command.rb
importmap-cli-0.1.0 lib/importmap_cli/commands/base_command.rb