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