Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/docubot.rb
Overview
Wicked monkey patch to avoid File.join verbosity everywhere
Instance Method Summary collapse
Instance Method Details
#/(other) ⇒ Object
9 10 11 |
# File 'lib/docubot.rb', line 9 def / ( other ) File.join( self, other ) end |