Module: PSON::Pure::Generator::GeneratorMethods::TrueClass
- Defined in:
- lib/octocatalog-diff/external/pson/pure/generator.rb
Instance Method Summary collapse
-
#to_pson ⇒ Object
Returns a PSON string for true: ‘true’.
Instance Method Details
#to_pson ⇒ Object
Returns a PSON string for true: ‘true’.
380 |
# File 'lib/octocatalog-diff/external/pson/pure/generator.rb', line 380 def to_pson(*) 'true' end |