module NRSER::Props::Mutable::Stash
Definitions
¶ ↑
Constants
- STORAGE
Constants
¶ ↑
Public Class Methods
included(base)
click to toggle source
Module
Methods
¶ ↑
# File lib/nrser/props/mutable/stash.rb, line 47 def self.included base unless base < NRSER::Stash raise binding.erb <<~END This class is only for including in {Hash} subclasses! END end base.include NRSER::Props base.include InstanceMethods base.metadata.storage STORAGE base.metadata.freeze end