Parent

Methods

CSSPool::Selectors::Simple

Attributes

additional_selectors[RW]
combinator[RW]
name[RW]
parse_location[RW]

Public Class Methods

new(name, combinator = nil) click to toggle source
# File lib/csspool/selectors/simple.rb, line 14
def initialize name, combinator = nil
  @name                 = name
  @combinator           = combinator
  @parse_location       = nil
  @additional_selectors = []
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.