This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

escape

        # URI::RFC2396_Parser.escape

(from ruby core)
### Implementation from RFC2396_Parser
---
    escape( str )
    escape( str, unsafe )

---

## Args

`str`
:   String to make safe
`unsafe`
:   Regexp to apply. Defaults to `self.regexp[:UNSAFE]`


## Description

Constructs a safe String from `str`, removing unsafe characters,
replacing them with codes.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.