Class: URI::Generic
- Inherits:
-
Object
- Object
- URI::Generic
- 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 |