Sha256: bef002b467f3bff72363ac51ebea3f372377c902b46a58aab322a2ef0f73302e
Contents?: true
Size: 364 Bytes
Versions: 69
Compression:
Stored size: 364 Bytes
Contents
module RubyToBlock module Block class EventsOnClick < CharacterEvent blocknize '^\s*' + CHAR_RE + 'on\(:click\)\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