module CORAL::Iriref0

Public Instance Methods

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