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