module CORAL::Representation2

Public Instance Methods

ast() click to toggle source
# File lib/coral.rb, line 774
def ast
  ["repr", bytes.ast, elements[3].respond_to?(:representationmetadata) ? elements[3].representationmetadata.ast : []]
end