Method: Less::Node::Variable#inspect

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

#inspectObject



53
54
55
# File 'lib/less/engine/nodes/property.rb', line 53

def inspect
  "@#{super}"
end