Sha256: d1d92979b651fe2401e3fe279f854d62031b97dfe9f7bda174d5430f3ef5cb21

Contents?: true

Size: 323 Bytes

Versions: 7

Compression:

Stored size: 323 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_base0/runner'
require 'ehbrs/tools/application'

module Ehbrs
  class Runner
    require_sub __FILE__
    include ::EacRubyBase0::Runner

    runner_definition do
      desc 'Tools for EHB/RS.'
    end

    def application
      ::Ehbrs::Tools.application
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ehbrs-tools-0.23.0 lib/ehbrs/runner.rb
ehbrs-tools-0.22.0 lib/ehbrs/runner.rb
ehbrs-tools-0.21.0 lib/ehbrs/runner.rb
ehbrs-tools-0.20.0 lib/ehbrs/runner.rb
ehbrs-tools-0.19.0 lib/ehbrs/runner.rb
ehbrs-tools-0.18.0 lib/ehbrs/runner.rb
ehbrs-tools-0.17.0 lib/ehbrs/runner.rb