Class: MatchData

Inherits:
Object show all
Defined in:
lib/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



167
168
169
# File 'lib/core_extensions.rb', line 167

def to_h
  names.zip(captures).to_h
end