Method: Calligraphy::Utils#join_paths

Defined in:
lib/calligraphy/utils.rb

#join_paths(*paths) ⇒ Object

Joins paths.



20
21
22
# File 'lib/calligraphy/utils.rb', line 20

def join_paths(*paths)
  paths.join '/'
end