Parent

Methods

Less::Loader::Path

Public Instance Methods

dirname(path) click to toggle source
# File lib/less/loader.rb, line 39
def dirname(path)
  File.dirname(path)
end
join(*components) click to toggle source
# File lib/less/loader.rb, line 35
def join(*components)
  File.join(*components)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.