Module: Whois::ExtendedRegexp
- Defined in:
- lib/support/extended_regexp.rb
Overview
:nodoc:
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/support/extended_regexp.rb', line 5 def self.included(base) #:nodoc: base.send(:include, Whois::ExtendedRegexp::InstanceMethods) end |