Class: String

Inherits:
Object show all
Defined in:
lib/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#/(s) ⇒ Object



2
3
4
# File 'lib/core_ext/string.rb', line 2

def /(s)
  File.join(self,s)
end