2 3 4
# File 'lib/rails_standard_extensions.rb', line 2 def /(str_to_join) File.join(self, str_to_join) end