# File lib/toml/monkey_patch.rb, line 3
  def toml_table?
    self.kind_of?(Hash)
  end