class

Hwaro::Assets::Sass::MemoryLoader

Inherits Hwaro::Assets::Sass::Loader / Reference / Object

In-memory loader for specs; keys are expanded so relative paths in test sources resolve like real files.

Constructors

new(files : Hash(String, String), root : String = Dir.current)
Source

Instance methods

exists?(path : String) : Bool
Source
read(path : String) : String | Nil
Source