Class Sass::Repl
In: lib/sass/repl.rb
Parent: Object

Runs a SassScript read-eval-print loop. It presents a prompt on the terminal, reads in SassScript expressions, evaluates them, and prints the result.

Methods

new   run  

Public Class methods

@param options [{Symbol => Object}] An options hash.

Public Instance methods

Starts the read-eval-print loop.

[Validate]