Class: RedSnow::Sourcemap::Headers

Inherits:
Node
  • Object
show all
Defined in:
lib/redsnow/sourcemap.rb

Overview

Headers source map collection node

Instance Attribute Summary

Attributes inherited from Node

#collection

Instance Method Summary collapse

Constructor Details

#initialize(sourcemap) ⇒ Headers

Returns a new instance of Headers.

Parameters:

  • sourcemap (json)


65
66
67
# File 'lib/redsnow/sourcemap.rb', line 65

def initialize(sourcemap)
  super(sourcemap)
end