Parent

Less::Loader::Fs

Public Instance Methods

readFile(path, encoding, callback) click to toggle source
# File lib/less/loader.rb, line 55
def readFile(path, encoding, callback)
  callback.call(nil, File.read(path))
end
statSync(path) click to toggle source
# File lib/less/loader.rb, line 51
def statSync(path)
  File.stat(path)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.