Module: Fiveruns::JSON::Pure::Generator::GeneratorMethods::FalseClass
- Defined in:
- lib/fiveruns/json/generator.rb
Instance Method Summary collapse
-
#to_fjson ⇒ Object
Returns a FiverunsJSON string for false: ‘false’.
Instance Method Details
#to_fjson ⇒ Object
Returns a FiverunsJSON string for false: ‘false’.
384 |
# File 'lib/fiveruns/json/generator.rb', line 384 def to_fjson(*) 'false' end |