Sha256: 766929a5ab695514e81ae8c027f4679c515be4c9b86199befc8e31b1622e32b4
Contents?: true
Size: 318 Bytes
Versions: 11
Compression:
Stored size: 318 Bytes
Contents
module Yoda module Store module Objects module Patchable # @abstract # @return [Symbol] def kind fail NotImplementedError end # @abstract # @return [Hash] def to_h fail NotImplementedError end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems