Method: Gem::Resolv::DNS::SvcParam::DoHPath#initialize
- Defined in:
- lib/rubygems/vendor/resolv/lib/resolv.rb
#initialize(template) ⇒ DoHPath
Initialize “dohpath” ScvParam.
2075 2076 2077 |
# File 'lib/rubygems/vendor/resolv/lib/resolv.rb', line 2075 def initialize(template) @template = template.encode('utf-8') end |