class Sass::Selector::Simple

def to_s(opts = {})

Returns:
  • (String) -

Options Hash: (**opts)
  • :style (Symbol) -- The css rendering style.

Parameters:
  • opts (Hash) -- rendering options.
def to_s(opts = {})
  Sass::Util.abstract(self)
end