class Hjson::AST::Root

Public Class Methods

new(buffer, **options) click to toggle source
# File lib/hjson/ast/nodes/root.rb, line 21
def initialize(buffer, **options)
  @buffer  = buffer
  @options = options
end