Ruby
Ruby
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Ruby Downloads
require 'chilkat'
http = Chilkat::CkHttp.new()
domain = http.getDomain("https://chilkatsoft.com/refdoc/csharp.asp")
print domain + "\n";
# Output: chilkatsoft.com