Method: Less::Loader::FS.statSync

Defined in:
lib/less/loader.rb

.statSync(path) ⇒ Object



89
90
91
# File 'lib/less/loader.rb', line 89

def self.statSync(path)
  File.stat(path)
end