Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/anise/core_ext.rb
Instance Method Summary collapse
-
#/(other) ⇒ Object
Create new combination string with slash.
Instance Method Details
#/(other) ⇒ Object
Create new combination string with slash.
43 44 45 |
# File 'lib/anise/core_ext.rb', line 43 def /(other) "#{self}/#{other}" end |