Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/em-mongo/core_ext.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#to_bson_code ⇒ Object
:nodoc:.
Instance Method Details
#to_bson_code ⇒ Object
:nodoc:
5 6 7 |
# File 'lib/em-mongo/core_ext.rb', line 5 def to_bson_code BSON::Code.new(self) end |