class Regexy::Web::Url

Constants

URL

Public Class Methods

new(*args) click to toggle source
Calls superclass method Regexy::Regexp::new
# File lib/regexy/web/url.rb, line 15
def initialize(*args)
  super(URL, *args)
end