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.
89 90 91 |
# File 'lib/cog/primitive.rb', line 89 def to_lit Cog.active_language.to_boolean(self) end |