Method: Cyc::Variable#to_cyc

Defined in:
lib/cyc/variable.rb

#to_cyc(raw = false) ⇒ Object

Representation of the variable understandable by Cyc.



21
22
23
# File 'lib/cyc/variable.rb', line 21

def to_cyc(raw=false)
  "?#{@name}"
end