String
# File lib/less/engine/nodes/selector.rb, line 19 def self.[] key Node.const_get(Selectors.find {|k, v| v == key }.first) end
# File lib/less/engine/nodes/selector.rb, line 15 def initialize super Selectors[ self.class.to_s.split('::').last.to_sym ] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.