Class: TrueClass

Inherits:
Object
  • Object
show all
Defined in:
lib/toml/monkey_patch.rb

Overview

Adds to_toml methods to base Ruby classes used by the generator.

Instance Method Summary collapse

Instance Method Details

#to_tomlObject



3
# File 'lib/toml/monkey_patch.rb', line 3

def to_toml; "true"; end