vladimir-tikhonov/regexy

View on GitHub
lib/regexy.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'regexy/version'

module Regexy
  autoload :Regexp,         'regexy/regexp'
  autoload :RegexpWithMode, 'regexy/regexp'
  autoload :Web,            'regexy/web'
  autoload :Text,           'regexy/text'
end