Method: Sass::Script::Tree::Variable#underscored_name
- Defined in:
- lib/sass/script/tree/variable.rb
#underscored_name ⇒ String (readonly)
The underscored name of the variable.
12 13 14 |
# File 'lib/sass/script/tree/variable.rb', line 12
def underscored_name
@underscored_name
end
|