Sha256: b020a608ace4f6cb39ca0f316256ccebdf64cc1271b7a53c09e36d73154649ce

Contents?: true

Size: 335 Bytes

Versions: 64

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

module Aranha
  module Parsers
    class SourceTargetFixtures
      class SourceTargetFile
        common_constructor :owner, :basename

        def source
          owner.source_file(basename)
        end

        def target
          owner.target_file(basename)
        end
      end
    end
  end
end

Version data entries

64 entries across 64 versions & 2 rubygems

Version Path
eac_tools-0.60.2 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.60.1 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
aranha-parsers-0.17.1 lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.60.0 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.59.0 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.58.0 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.57.0 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.56.1 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.56.0 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.7 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.6 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.5 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.4 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
aranha-parsers-0.17.0 lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.3 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
aranha-parsers-0.16.0 lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.2 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb
aranha-parsers-0.15.1 lib/aranha/parsers/source_target_fixtures/source_target_file.rb
aranha-parsers-0.15.0 lib/aranha/parsers/source_target_fixtures/source_target_file.rb
eac_tools-0.55.1 sub/aranha-parsers/lib/aranha/parsers/source_target_fixtures/source_target_file.rb