There's no documentation for this item.
| Classes | |
|---|---|
| InvalidPathConversion | |
| Public Methods | |
|---|---|
| / | Concatenates a path |
| camel_ |
"foo_bar".camel_case #=> "FooBar" |
| escape_ |
Escapes any characters in the string that would have special meaning in a regular expression. |
| indent | Takes lines of text, removes any indentation, and adds indentation number of spaces to each line |
| snake_ |
"FooBar".snake_case #=> "foo_bar" |
| to_ |
"merb/core_ext/string" #=> "Merb::CoreExt::String" |
<code/>and<pre/>for code samples.