Module: Polyfill::V2_4::MatchData::Instance::NamedCaptures
- Included in:
- Polyfill::V2_4::MatchData::Instance
- Defined in:
- lib/polyfill/v2_4/match_data/instance/named_captures.rb
Defined Under Namespace
Modules: Method
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
19 20 21 |
# File 'lib/polyfill/v2_4/match_data/instance/named_captures.rb', line 19 def self.included(base) base.include Method end |