Class: DateTime

Inherits:
Object
  • Object
show all
Defined in:
lib/hypostasis/ext/bson/date_time.rb

Instance Method Summary collapse

Instance Method Details

#bson_typeObject



2
3
4
# File 'lib/hypostasis/ext/bson/date_time.rb', line 2

def bson_type
  9.chr.force_encoding(BSON::BINARY).freeze
end