module CORAL::Link2

Public Instance Methods

ast() click to toggle source
# File lib/coral.rb, line 146
def ast
  ["link", relationtype.ast, linktarget.ast, elements[3].respond_to?(:body) && elements[3].body.ast]
end