Libraries
»
sumac
(0.0.0)
»
Index (M)
»
MatchData
Class: MatchData
Inherits:
Object
Object
MatchData
show all
Defined in:
lib/core_extensions.rb
Instance Method Summary
collapse
#
to_h
⇒ Object
Instance Method Details
#
to_h
⇒
Object
167 168 169
# File 'lib/core_extensions.rb', line 167
def
to_h
names
.
zip
(
captures
)
.
to_h
end