Method: Cyc::Variable#to_s

Defined in:
lib/cyc/variable.rb

#to_sObject

String representation of the variable.



16
17
18
# File 'lib/cyc/variable.rb', line 16

def to_s
  self.to_cyc
end