Sha256: 7894cfc3837a31b8d30000b0ecf1b96bd0b161b56893f0664a3f48a9c92a9e58
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida # A Generic vocabulary that will match against anything class GenericVocabulary < Mida::Vocabulary itemtype %r{} has_many :any do extract :any end end end
Version data entries
6 entries across 6 versions & 1 rubygems