Method: Less::Node::Variable#inspect

Defined in:
lib/less/engine/nodes/property.rb

#inspectObject



96
97
98
# File 'lib/less/engine/nodes/property.rb', line 96

def inspect
  "@#{super}"
end