Class String
In: lib/anise/core_ext.rb
Parent: Object

Methods

/  

Public Instance methods

Create new combination string with slash.

@example

  'foo'/'bar'  #=> 'foo/bar'

[Validate]