Class OpenTox::OpenTox
In: lib/opentox-ruby-api-wrapper.rb
Parent: Object

Methods

Attributes

uri  [R] 

Public Instance methods

Escape all nonword characters

[Source]

# File lib/opentox-ruby-api-wrapper.rb, line 10
                def uri_escape(string)
                        URI.escape(string, /[^\w]/)
                end

[Validate]