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