Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- 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.
85 86 87 |
# File 'lib/cog/primitive.rb', line 85 def to_lit Cog.active_language.to_boolean(self) end |