Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/core_ext/to_upnp_s.rb

Instance Method Summary collapse

Instance Method Details

#to_upnp_sObject

This doesn’t do anything to the string; just allows users to call the method without having to check type first.



62
63
64
# File 'lib/core_ext/to_upnp_s.rb', line 62

def to_upnp_s
  self
end