Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/nchan_tools/pubsub.rb

Instance Method Summary collapse

Instance Method Details

#set_host_unchecked(str) ⇒ Object



32
33
34
# File 'lib/nchan_tools/pubsub.rb', line 32

def set_host_unchecked(str)
  set_host(str)
end