Method: RubySpeech::GenericElement#base_uri=

Defined in:
lib/ruby_speech/generic_element.rb

#base_uri=(uri) ⇒ Object

Parameters:

  • the base URI to which relative URLs are resolved



100
101
102
# File 'lib/ruby_speech/generic_element.rb', line 100

def base_uri=(uri)
  self['xml:base'] = uri
end