Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/marvin/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#/(*args) ⇒ Object
8 9 10 |
# File 'lib/marvin/core_ext.rb', line 8 def /(*args) File.join(self, *args) end |