Sha256: bb5e6891872032ddd2a2b0f7c542ead4862c26126d494af3a380d8da5da161bd
Contents?: true
Size: 201 Bytes
Versions: 12
Compression:
Stored size: 201 Bytes
Contents
module MotionPrime module KeyValueStore extend ::MotionSupport::Concern # Key-Value accessors def setValue(value, forUndefinedKey: key) self.send(:"#{key}=", key) end end end
Version data entries
12 entries across 12 versions & 1 rubygems