Sha256: dcbc0ae96a3fc3176cfb9eb63ee7ba21c535f5384d358e3d098a7daa77f813af
Contents?: true
Size: 597 Bytes
Versions: 38
Compression:
Stored size: 597 Bytes
Contents
module Picky module API module Category module Partial def extract_partial thing return Generators::Partial::Default unless thing if thing.respond_to? :each_partial thing else raise <<-ERROR partial options for #{index_name}:#{name} should be either * for example a Partial::Substring.new(from: m, to: n), Partial::Postfix.new(from: n), Partial::Infix.new(min: m, max: n) etc. or * an object that responds to #each_partial(str_or_sym) and yields each partial ERROR end end end end end end
Version data entries
38 entries across 38 versions & 1 rubygems