Class: String

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

Instance Method Summary collapse

Instance Method Details

#/(str_to_join) ⇒ Object



8
9
10
# File 'lib/testdata_text.rb', line 8

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