class Sass::Value::String

def hash

Returns:
  • (Integer) -
def hash
  @hash ||= text.hash
end