Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/cog/primitive.rb
Instance Method Summary collapse
-
#to_lit ⇒ String
Literal representation in the Cog.active_language.
Instance Method Details
#to_lit ⇒ String
Returns literal representation in the Cog.active_language.
115 116 117 |
# File 'lib/cog/primitive.rb', line 115 def to_lit Cog.active_language.to_null(self) end |