module JSON::Pure::Generator::GeneratorMethods::FalseClass
Public Instance Methods
to_json(*)
click to toggle source
Returns a JSON string for false: 'false'.
# File lib/json/pure/generator.rb, line 512 def to_json(*) 'false' end