# File lib/toml/monkey_patch.rb, line 6
  def toml_table_array?
    self.kind_of?(Array) && self.first.toml_table?
  end