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