Class: MiniKraken::Atomic::KString
- Inherits:
-
AtomicTerm
- Object
- Core::BaseTerm
- Core::Term
- AtomicTerm
- MiniKraken::Atomic::KString
- Defined in:
- lib/mini_kraken/atomic/k_string.rb
Overview
A specialized atomic term that represents a string value in MiniKraken.
Instance Attribute Summary
Attributes inherited from AtomicTerm
Instance Method Summary collapse
-
#to_s ⇒ String
Returns a string representing the MiniKraken symbol.
Methods inherited from AtomicTerm
#==, #dependencies, #dup_cond, #eql?, #floating?, #initialize, #pinned?, #quote, #unbound?
Methods inherited from Core::Term
Constructor Details
This class inherits a constructor from MiniKraken::Atomic::AtomicTerm
Instance Method Details
#to_s ⇒ String
Returns a string representing the MiniKraken symbol.
12 13 14 |
# File 'lib/mini_kraken/atomic/k_string.rb', line 12 def to_s value end |