Method: Sass::Exec::Base#to_s

Defined in:
lib/sass/exec/base.rb

#to_sString

Returns A description of the executable.

Returns:

  • (String)

    A description of the executable



56
57
58
# File 'lib/sass/exec/base.rb', line 56

def to_s
  @opts.to_s
end