class URI::Generic

Public Instance Methods

set_host_unchecked(str) click to toggle source
# File lib/nchan_tools/pubsub.rb, line 32
def set_host_unchecked(str)
  set_host(str)
end