Class: MatchData
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
2 3 4 |
# File 'lib/irxrb/core_ext/match_data_to_hash.rb', line 2 def to_hash names.each_with_object({}){|name, hash| hash[name] = self[name] } end |