module CORAL::Usingdirective2

Public Instance Methods

ast() click to toggle source
# File lib/coral.rb, line 1125
def ast
  ["using", elements[1].respond_to?(:identifier) && elements[1].identifier.ast, iri.ast]
end