クラス: BSON::Document

継承:
オブジェクト
  • オブジェクト
すべて表示
定義:
build/mongoid- 8.1 /lib/mongoid/extentions.rb

インスタンス メソッドの概要を折りたたむ

インスタンス メソッドの詳細

# transform_keys =オブジェクト



25
26
27
28
29
30
31
32
ファイル 'Build/mongoid- 8.1 /lib/mongoid/extentions.rb ', 行25

デフォルト transform_keys
  return enum_for(:transform_keys) ただし、 ブロック_指定
  結果 = {}
  each_key 行う |キー|
    結果[ノードの数(キー)] = 自己[キー]
  end
  結果
end