Class: MatchData
- Inherits:
-
Object
- Object
- MatchData
- Defined in:
- lib/tagen/core/re.rb
Instance Method Summary collapse
-
#to_hash ⇒ Hash
=> “mathed-data”.
Instance Method Details
#to_hash ⇒ Hash
Returns => “mathed-data”.
5 6 7 |
# File 'lib/tagen/core/re.rb', line 5 def to_hash Hash[names.map(&:to_sym).zip(captures)] end |