Sha256: 1959e596dda6b9a958961508a4c6066fd33e6171354f7f62ee8f5dfadfe8c099
Contents?: true
Size: 364 Bytes
Versions: 69
Compression:
Stored size: 364 Bytes
Contents
module RubyToBlock module Block class EventsOnStart < CharacterEvent blocknize '^\s*' + CHAR_RE + 'on\(:start\)\s+do\s*$', statement: true, indent: true def self.process_match_data(md, context) md2 = regexp.match(md[type]) add_character_event_blocks(context, md2[1], new) true end end end end
Version data entries
69 entries across 69 versions & 1 rubygems