module CORAL::Iri0

Public Instance Methods

ast() click to toggle source
# File lib/coral.rb, line 1209
def ast
  ["iri", text_value[1...-1]]
end