instance method
check_host
Ruby on Rails 1.1.0
Last seen in v1.3.0 PrivateSignature
check_host(host)
No documentation comment.
Parameters
-
hostreq
Source
# File lib/global_id/uri/gid.rb, line 130
def check_host(host)
validate_component(host)
super
end
Defined in lib/global_id/uri/gid.rb line 130
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in URI::GID