Class: MatchData
Instance Method Summary (collapse)
-
- (Hash) to_hash
group-name regexp.
Instance Method Details
- (Hash) to_hash
group-name regexp
4 5 6 |
# File 'lib/tagen/core/re.rb', line 4 def to_hash Hash[names.map(&:to_sym).zip(captures)] end |