class Sass::Script::Tree::Literal
Public Instance Methods
children()
click to toggle source
Literals wrap their underlying values. For sake of convenience, consider the wrapped value a child of the Literal
.
# File lib/scss_lint/sass/script.rb, line 73 def children [value] end