Parent

Less::Loader::Path

stubbed JS modules required by less.js

Public Instance Methods

basename(path) click to toggle source
# File lib/less/loader.rb, line 42
def basename(path)
  File.basename(path)
end
dirname(path) click to toggle source
# File lib/less/loader.rb, line 38
def dirname(path)
  File.dirname(path)
end
join(*components) click to toggle source
# File lib/less/loader.rb, line 33
def join(*components)
  # node.js expands path on join
  File.expand_path(File.join(*components))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.