Sha256: 0a36cc1a5f1c649cdca04e58c045713e42ef1f4167c25cef064e1adbd65594f5
Contents?: true
Size: 208 Bytes
Versions: 1
Compression:
Stored size: 208 Bytes
Contents
module MotionPrime module SupportKeyValueStore extend ::MotionSupport::Concern # Key-Value accessors def setValue(value, forUndefinedKey: key) self.send(:"#{key}=", key) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-prime-0.3.2 | motion-prime/support/_key_value_store.rb |