Method: FunWith::Files::FilePath#join
- Defined in:
- lib/fun_with/files/file_path.rb
#join(*args, &block) ⇒ Object Also known as: down
41 42 43 44 |
# File 'lib/fun_with/files/file_path.rb', line 41 def join( *args, &block ) joined_path = self.class.new( super( *(args.map(&:to_s) ) ) ) _yield_and_return( joined_path, &block ) end |