Method: Less::Node::Element#name

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

#nameObject

Returns the value of attribute name.



15
16
17
# File 'lib/less/engine/nodes/element.rb', line 15

def name
  @name
end