From b5d23150591cd29accf3ec818389e30d5812d7ef Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 13 Aug 2009 11:12:40 +0200 Subject: description added, rdoc removed --- rdoc/classes/OpenTox/OpenTox.html | 162 -------------------------------------- 1 file changed, 162 deletions(-) delete mode 100644 rdoc/classes/OpenTox/OpenTox.html (limited to 'rdoc/classes/OpenTox/OpenTox.html') diff --git a/rdoc/classes/OpenTox/OpenTox.html b/rdoc/classes/OpenTox/OpenTox.html deleted file mode 100644 index 35611f8..0000000 --- a/rdoc/classes/OpenTox/OpenTox.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - Class: OpenTox::OpenTox - - - - - - - - - - -
- - - - - - - - - - - - - - -
ClassOpenTox::OpenTox
In: - - lib/opentox-ruby-api-wrapper.rb - -
-
Parent: - Object -
-
- - -
- - - -
- - - -
- -
-

Methods

- -
- uri_escape   -
-
- -
- - - - -
- - - - - -
-

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]

-
- - - \ No newline at end of file -- cgit v1.2.3