Sha256: 2b2c4a22c980fcf623da0cb837bc85169a889a7709a6a20edadce38fe2ad253e
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
module Polyfill module V2_4 module Symbol module Instance module MatchQ refine ::Symbol do include String::Instance::MatchQ::Method end def self.included(base) base.include String::Instance::MatchQ::Method end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polyfill-0.6.0 | lib/polyfill/v2_4/symbol/instance/match_q.rb |
polyfill-0.5.0 | lib/polyfill/v2_4/symbol/instance/match_q.rb |
polyfill-0.4.0 | lib/polyfill/v2_4/symbol/instance/match_q.rb |