Sha256: 28b42b3b56b2d28e10f12653b1318ba174a7d70d0ec2602d7181e4de6302a242
Contents?: true
Size: 142 Bytes
Versions: 1
Compression:
Stored size: 142 Bytes
Contents
module Pipekit class Note include Repository SINGULAR_CLASSNAME = "note".freeze PLURALIZED_CLASSNAME = "notes".freeze end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pipekit-2.1.1 | lib/pipekit/note.rb |