Sha256: 193663cbfd78660448ef740367857a7b55d099b154d14718190d7e91062d2c2e

Contents?: true

Size: 671 Bytes

Versions: 5

Compression:

Stored size: 671 Bytes

Contents

# frozen_string_literal: true

require 'ehbrs_ruby_utils/vg/ps2/iso_file'
require 'eac_ruby_base0/core_ext'

module Ehbrs
  module Tools
    class Runner
      class Vg
        class Ps2
          class Rename
            DEFAULT_TRAVERSER_RECURSIVE = true

            runner_with :help, :filesystem_renamer do
              desc 'Renomeia ISOS de PS2'
            end

            # @return [void]
            def run
              run_filesystem_renamer
            end

            private

            # @return [Class]
            def file_class
              ::EhbrsRubyUtils::Vg::Ps2::IsoFile
            end
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ehbrs-tools-0.43.1 lib/ehbrs/tools/runner/vg/ps2/rename.rb
ehbrs-tools-0.43.0 lib/ehbrs/tools/runner/vg/ps2/rename.rb
ehbrs-tools-0.42.0 lib/ehbrs/tools/runner/vg/ps2/rename.rb
ehbrs-tools-0.39.1 lib/ehbrs/tools/runner/vg/ps2/rename.rb
ehbrs-tools-0.39.0 lib/ehbrs/tools/runner/vg/ps2/rename.rb