Method: CSL::Loader#extend_path

Defined in:
lib/csl/loader.rb

#extend_path(string) ⇒ Object

Extends the passed-in string to a full path.



42
43
44
# File 'lib/csl/loader.rb', line 42

def extend_path(string)
  File.join(root.to_s, extend_name(string))
end