Module: LLT::CoreExtensions::MatchData
- Included in:
- MatchData
- Defined in:
- lib/llt/core_extensions/match_data.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
4 5 6 |
# File 'lib/llt/core_extensions/match_data.rb', line 4 def to_hash Hash[ names.map(&:to_sym).zip(captures) ] end |