Sha256: 4c752c01742887709fe477872185a719307e31ac85f5253f6af42a54f798394a
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 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" require "inheritable_accessors/inheritable_option_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.2 | lib/inheritable_accessors.rb |