Sha256: f61b56edd7fddca08681e408fa1ad3420eff6cb4b479891ca3f9bc73dcd7224f
Contents?: true
Size: 201 Bytes
Versions: 69
Compression:
Stored size: 201 Bytes
Contents
# -*- coding: utf-8 -*- module RubyToBlock module Block class Value < Base def self.process_match_data(md, context) context.add_value(new) true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems