Class: FalseClass
- Inherits:
-
Object
- Object
- FalseClass
- Defined in:
- lib/boolean.rb
Instance Method Summary collapse
-
#to_j(indent = 0) ⇒ String
Json for the String, which is quoted self.
Instance Method Details
#to_j(indent = 0) ⇒ String
Returns Json for the String, which is quoted self.
10 11 12 |
# File 'lib/boolean.rb', line 10 def to_j(indent=0) " "*indent + "false" end |