Sha256: 38d9bca3da71d807daede37ec842f5616f51711caca071fa93895f2c75349af8
Contents?: true
Size: 220 Bytes
Versions: 9
Compression:
Stored size: 220 Bytes
Contents
require 'mida/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
9 entries across 9 versions & 1 rubygems