class FalseClass
Public Instance Methods
to_j(indent=0)
click to toggle source
@return [String] Json for the String
, which is quoted self.
# File lib/boolean.rb, line 10 def to_j(indent=0) " "*indent + "false" end