Parent

Methods

Included Modules

Files

Less::Node::Selector

Constants

Selectors

Public Class Methods

[](key) click to toggle source
    # File lib/less/engine/nodes/selector.rb, line 19
19:       def self.[] key
20:         Node.const_get(Selectors.find {|k, v| v == key }.first)
21:       end
new() click to toggle source
    # File lib/less/engine/nodes/selector.rb, line 15
15:       def initialize
16:         super Selectors[ self.class.to_s.split('::').last.to_sym ]
17:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.