Sha256: 25f21dc204016205d17144f7519aa9207e1c1dc01eb4f390b349a75412d302d0

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/core_ext'
require 'eac_templates/interface_methods'

module EacTemplates
  module Modules
    class Base
      module FsObject
        def self_ancestor
          owner.self_ancestor.send(type)
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
eac_templates-0.7.1 lib/eac_templates/modules/base/fs_object.rb
eac_tools-0.93.0 sub/eac_templates/lib/eac_templates/modules/base/fs_object.rb
eac_templates-0.7.0 lib/eac_templates/modules/base/fs_object.rb
eac_tools-0.91.0 sub/eac_templates/lib/eac_templates/modules/base/fs_object.rb