Sha256: 486e204d51a596e209792ac23992730c9b5bced79941f81e5904225574be253f

Contents?: true

Size: 135 Bytes

Versions: 3

Compression:

Stored size: 135 Bytes

Contents

require 'debug_helper'

match_data = /(?<x>.)(?<y>.)?/.match("a")
DebugHelper.show(match_data, 'My MatchData with named captures')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
debug_helper-2.1.0 markdown/readme/classes/match_data/named_captures/show.rb
debug_helper-2.0.0 markdown/readme/classes/match_data/named_captures/show.rb
debug_helper-1.8.0 markdown/readme/classes/match_data/named_captures/show.rb