Sha256: 42286cce9eab06c42845c5cdc1dfb216ff997c2dca2e2a46aafe36efdb121437

Contents?: true

Size: 394 Bytes

Versions: 43

Compression:

Stored size: 394 Bytes

Contents

# frozen_string_literal: true

require 'avm/patches/eac_ruby_gems_utils/gem'
require 'eac_cli/core_ext'

module Avm
  module Tools
    class Runner
      class AppSrc
        class Ruby
          require_sub __FILE__
          runner_with :help, :subcommands do
            desc 'Ruby utitilies for local projects.'
            subcommands
          end
        end
      end
    end
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
avm-tools-0.120.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.119.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.118.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.117.3 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.117.2 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.117.1 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.117.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.116.2 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.116.1 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.116.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.115.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.114.2 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.114.1 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.114.0 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.6 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.5 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.4 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.3 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.2 lib/avm/tools/runner/app_src/ruby.rb
avm-tools-0.113.1 lib/avm/tools/runner/app_src/ruby.rb