Method: CSSPool::CSS::MediaType#initialize

Defined in:
lib/csspool/css/media_type.rb

#initialize(name, parse_location = {}) ⇒ MediaType

Returns a new instance of MediaType.



8
9
10
11
12
# File 'lib/csspool/css/media_type.rb', line 8

def initialize(name, parse_location = {})
  @name = name
  @parse_location = parse_location
  @rule_sets = []
end