# File lib/toml/generator.rb, line 23 def self.inject! return if @@injected require 'toml/monkey_patch' @@injected = true end