Sha256: 645545e3c3f40cfc515b3b2db6ee14e74d5b7cd15319321c0c1fccac8b5e38b8

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

require "active_support/concern"
require "inheritable_accessors/version"
require "inheritable_accessors/inheritable_hash"
require "inheritable_accessors/inheritable_hash_accessor"
require "inheritable_accessors/inheritable_set"
require "inheritable_accessors/inheritable_set_accessor"

module InheritableAccessors
  extend ActiveSupport::Concern
  # include InheritableHashAccessor
  # include InheritableSetAccessor
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inheritable_accessors-0.1.1 lib/inheritable_accessors.rb