Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/cyc/extensions.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_cyc(raw = false) ⇒ Object
2 3 4 |
# File 'lib/cyc/extensions.rb', line 2 def to_cyc(raw=false) "\"#{self}\"" end |