Class: String

Inherits:
Object show all
Defined in:
lib/tworgy/rails_ext.rb

Instance Method Summary collapse

Instance Method Details

#/(str_to_join) ⇒ Object



2
3
4
# File 'lib/tworgy/rails_ext.rb', line 2

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