Class: MatchData

Inherits:
Object show all
Defined in:
lib/irxrb/core_ext/match_data_to_hash.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



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