Method: Mobj::MatchEx#to_h

Defined in:
lib/ext/match_data.rb

#to_hObject



4
5
6
# File 'lib/ext/match_data.rb', line 4

def to_h
  Hash[names.map(&:sym).zip(captures)]
end