vladimir-tikhonov/regexy

View on GitHub
lib/regexy/web.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Regexy
  module Web
    autoload :Email,    'regexy/web/email'
    autoload :Hashtag,  'regexy/web/hashtag'
    autoload :IPv4,     'regexy/web/ip'
    autoload :IPv6,     'regexy/web/ip'
    autoload :Url,      'regexy/web/url'
    autoload :HostName, 'regexy/web/host_name'
  end
end