Sha256: cfd3c1cffe48a38a4bff7f71c5f44cf11b89f41a3ad5f1002a5f6c01d459bb76
Contents?: true
Size: 280 Bytes
Versions: 5
Compression:
Stored size: 280 Bytes
Contents
module Indieweb module PostTypes module Identifier module Note extend Indieweb::PostTypes::Identifier::Base class << self private def identifier_from(_data) 'note' end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems