Module Origin::Extensions::Regexp
In: lib/origin/extensions/regexp.rb

This module contains additional regex behaviour.

Methods

regexp?  

Classes and Modules

Module Origin::Extensions::Regexp::ClassMethods

Public Instance methods

Is the object a regexp?

@example Is the object a regex?

  /^[123]/.regexp?

@return [ true ] Always true.

@since 1.0.0

[Validate]