Class: String

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

Instance Method Summary collapse

Instance Method Details

#/(s) ⇒ Object



1
# File 'lib/ext/string.rb', line 1

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