/* call-seq: * Session.escape( string ) -> escaped string * * URL escapes the provided string. */ static VALUE session_escape(VALUE self, VALUE value) {