class String

Wicked monkey patch to avoid File.join verbosity everywhere

Public Instance Methods

/( other ) click to toggle source
# File lib/docubot.rb, line 9
def / ( other )
        File.join( self, other )
end