Class: String

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

Instance Method Summary collapse

Instance Method Details

#/(other) ⇒ Object



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

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