Method: Mobj::MatchEx#to_h
- Defined in:
- lib/ext/match_data.rb
#to_h ⇒ Object
4 5 6 |
# File 'lib/ext/match_data.rb', line 4 def to_h Hash[names.map(&:sym).zip(captures)] end |
4 5 6 |
# File 'lib/ext/match_data.rb', line 4 def to_h Hash[names.map(&:sym).zip(captures)] end |