class String

Public Instance Methods

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