module PSON::Pure::Generator::GeneratorMethods::FalseClass
Public Instance Methods
to_pson(*)
click to toggle source
Returns a PSON
string for false: 'false'.
# File lib/octocatalog-diff/external/pson/pure/generator.rb, line 385 def to_pson(*) 'false' end