Sha256: 55749e8d0a5fa5176a6f0c0b451c0d4dae28fb56dbcecc23ceb7f53077c651db
Contents?: true
Size: 304 Bytes
Versions: 69
Compression:
Stored size: 304 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class RubyExpression < Value blocknize '^.*$', value: true, priority: -Float::INFINITY def self.process_match_data(md, context) context.add_value(new(fields: { EXP: md.string })) true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems