Class: MatchData
Instance Method Summary collapse
-
#to_hash ⇒ Hash
group-name regexp.
Instance Method Details
#to_hash ⇒ 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 |