Libraries
»
mongoo
(0.5.3)
»
Index
»
Mongoo
»
AttributeProxy
»
#unset
Method: Mongoo::AttributeProxy#unset
Defined in:
lib/mongoo/attribute_proxy.rb
#
unset
⇒
Object
10 11 12
# File 'lib/mongoo/attribute_proxy.rb', line 10
def
unset
@doc
.
unset
@path
.
join
(
"
.
"
)
end