Class: Maps::TreeNode6

Inherits:
TreeNode show all
Defined in:
lib/rookout/processor/paths/canopy/maps.rb

Instance Attribute Summary collapse

Attributes inherited from TreeNode

#elements, #offset, #text

Instance Method Summary collapse

Methods inherited from TreeNode

#each

Constructor Details

#initialize(text, offset, elements) ⇒ TreeNode6

Returns a new instance of TreeNode6.



69
70
71
72
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 69

def initialize(text, offset, elements)
  super
  @unicode_set = elements[1]
end

Instance Attribute Details

#unicode_setObject (readonly)

Returns the value of attribute unicode_set.



67
68
69
# File 'lib/rookout/processor/paths/canopy/maps.rb', line 67

def unicode_set
  @unicode_set
end